How to cause a line break in a textbox

  • Thread starter Thread starter Kueishiong Tu
  • Start date Start date
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?

TextBox1.Text="Hi" & vbCrLf & "this will be on a new line"
 
-----Original Message-----




TextBox1.Text="Hi" & vbCrLf & "this will be on a new line"

Thank you very much for the reply. What is the
corresponding statement in VC++?

Kueishiong Tu
 
Back
Top