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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Message box question 9
DataRow and Dataview 2
Value Given Error - Newbi 22
Sorting a Dataset 1
MessageBox & Crystal Printing 1
Checking if running 4
Run Dos Command 8
So simple 6

Back
Top