Intro Question -- next line in textbox

  • Thread starter Thread starter matthewtec
  • Start date Start date
M

matthewtec

I realize this is a very basic question, but I cannot figure out what to do
in VB.

if I have a TextBox called txtBoxOne, and I execute the line:
txtBoxOne.Text = "First Line of text"

I don't know how to make it go to the next line... as in C I would write:
"First Line of text \n "

I don't know what to do here in VB.

I would appreciate any help.
Thanks.
 

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