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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top