SyntaxFix
Write A Post
Hire A Developer
Questions
Append a \r\n to the string to put the text on a new line.
\r\n
textBox1.Text += ("brown\r\n"); textBox1.Text += ("brwn");
This will produce the two entries on separate lines.