Question about textBox!!!

  • Thread starter Thread starter Klaus Kaiser Apolinário
  • Start date Start date
K

Klaus Kaiser Apolinário

How I can make a new line in a textBox?
I tried to use '\n' but strange caracters are printed...???
 
Klaus,

You need to set the MultiLine property on the TextBox class to true, and
then your textbox should be able to display new lines.

Hope this helps.
 
try "\r\n"

How I can make a new line in a textBox?
I tried to use '\n' but strange caracters are printed...???
 

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