description text box

  • Thread starter Thread starter majiofpersia
  • Start date Start date
M

majiofpersia

Hi all,
How can I get a text box to be large enough for a memo/note/description? If
text box is not the control to use, what is the proper control for
multi-line text? The text box control seems to have a 22 height limit.

I appreciate your help in advance,

Thanks,

- maji
 
Place the TextBox on your form, then in the Properties window set the
MultiLine property to true - you can then adjust the height of the control
and multiple lines of text will be displayed.

Peter
 
Back
Top