>how to display text in new line in a TextBox in Vb.NET?
Try (C#):
myTextBox.AppendText("\r\nThis is on a new line.");
myTextBox.Focus();
The new text may not show immediately if the TextBox does not have the
focus.
rossum
The ultimate truth is that there is no ultimate truth
Soon Lee - 23 Apr 2005 07:34 GMT
myTextBox..text="HelloWorld"+vbnewline"Next Line"

Signature
WebSite : http://soonlee.agreatserver.com
>
>>how to display text in new line in a TextBox in Vb.NET?
[quoted text clipped - 9 lines]
>
> The ultimate truth is that there is no ultimate truth