K Klaus Kaiser Apolinário Sep 24, 2003 #1 How I can make a new line in a textBox? I tried to use '\n' but strange caracters are printed...???
N Nicholas Paldino [.NET/C# MVP] Sep 24, 2003 #2 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.
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.
D Daniel Bass Sep 24, 2003 #3 try "\r\n" How I can make a new line in a textBox? I tried to use '\n' but strange caracters are printed...???
try "\r\n" How I can make a new line in a textBox? I tried to use '\n' but strange caracters are printed...???
R Ralph Gerbig Sep 25, 2003 #5 Hi, or use a richtextbox. -- Mit freundlichen Gruessen - Regards Ralph Gerbig (e-mail address removed) www.ralphgerbig.de.vu
Hi, or use a richtextbox. -- Mit freundlichen Gruessen - Regards Ralph Gerbig (e-mail address removed) www.ralphgerbig.de.vu