Multi line text in DCL edit box?

Multi line text in DCL edit box?

Anonymous
Not applicable
416 Views
4 Replies
Message 1 of 5

Multi line text in DCL edit box?

Anonymous
Not applicable
Is it possible to create an edit box that will accept multi line text, or am I going about it the wrong way? I am looking for a way to let a user input a description in an edit box that may require multiple lines.

Thanx
0 Likes
417 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
Here you are in a VBA group, so here is the VBA
answer, turn the multiline property to true on the text box.

 

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Is
it possible to create an edit box that will accept multi line text, or am I
going about it the wrong way? I am looking for a way to let a user input a
description in an edit box that may require multiple lines.

Thanx

0 Likes
Message 3 of 5

Anonymous
Not applicable
If it has to be DCL, then this is the wrong
forum.


--
--
Ed
--


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Is
it possible to create an edit box that will accept multi line text, or am I
going about it the wrong way? I am looking for a way to let a user input a
description in an edit box that may require multiple lines.

Thanx

0 Likes
Message 4 of 5

Anonymous
Not applicable
OMG!....What have I done?
0 Likes
Message 5 of 5

Anonymous
Not applicable
Perhaps it's a slip that you've asked this in the VBA
newsgroup, but you really should consider ditching DCL
entirely. It is a totally obsolete, dysfunctional, and
lame approach to GUI development in this age.

--
AcadXTabs: MDI Document Tabs for AutoCAD
http://www.acadxtabs.com


"cadjunky" wrote in message news:f1a5351.-1@WebX.maYIadrTaRb...
> Is it possible to create an edit box that will accept multi line text, or am I going about it the wrong way? I am
looking for a way to let a user input a description in an edit box that may require multiple lines.
> Thanx
>
0 Likes