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.
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.