K
Kueishiong Tu
I have a multi-line textbox. How do I cause a line break
in the textbox?
in the textbox?
Kueishiong said:I have a multi-line textbox. How do I cause a line break
in the textbox?
Kueishiong Tu said:I have a multi-line textbox. How do I cause a line break
in the textbox?
Kueishiong Tu said:I have a multi-line textbox. How do I cause a line break
in the textbox?
-----Original Message-----
textBoxN.Text += "\r\n";
-----Original Message-----
TextBox1.Text="Hi" & vbCrLf & "this will be on a new line"
* "Kueishiong Tu said:I have a multi-line textbox. How do I cause a line break
in the textbox?