O
ohaya
Hi,
I have a form with a text box. The text box has scrollbar enabled.
I am outputting several lines to the text box, and want each line to appear
as a new line, e.g., something like:
Line1
Line2
Line3
..
..
..
I am outputting vbCrLf at the end of each line, but the text box is not
putting the lines on new lines.
Is there another property in the text box I need to set, e.g., similar to
"Multiline" in VB?
Thanks,
Jim
I have a form with a text box. The text box has scrollbar enabled.
I am outputting several lines to the text box, and want each line to appear
as a new line, e.g., something like:
Line1
Line2
Line3
..
..
..
I am outputting vbCrLf at the end of each line, but the text box is not
putting the lines on new lines.
Is there another property in the text box I need to set, e.g., similar to
"Multiline" in VB?
Thanks,
Jim