Text Box

  • Thread starter Thread starter MadCrazyNewbie
  • Start date Start date
M

MadCrazyNewbie

Hey Group,

How would i make a text box with multiple lines available so i can use it as
a notes box?

Regards
MCN
 
How would i make a text box with multiple lines available so i can use it as
a notes box?

Set the multiline property to true, and you may want to set the
scrollbars property to virtical also.

Hope this helps.

Tom
 
It worked Many Thanks

Regards
MCN

Tom said:
Set the multiline property to true, and you may want to set the
scrollbars property to virtical also.

Hope this helps.

Tom
 
* "MadCrazyNewbie said:
How would i make a text box with multiple lines available so i can use it as
a notes box?

Set the textbox's 'MultiLine' property to 'True' (at design time).
 
Back
Top