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...???
 
Back
Top