View Single Post
Old 05-14-2004, 05:02 PM   #2 (permalink)
rarmknecht
Registered User
 
Join Date: May 2004
Location: US
Posts: 3
rarmknecht is on a distinguished road
Can you post the context in which it's used? \r\n work's for me.

Here's the way I used it:
Code:
private void Form1_Load(object sender, System.EventArgs e)
		{
			this.textBox1.Text = "This is the first line\r\nAnd this the second!";
		}
rarmknecht is offline   Reply With Quote