Append lines to RichTextBox [solved]

Posts 14 of 4 · Page 1 of 1
Append lines to RichTextBox [solved]
Can anyone help me?

i want to put second text under the first text.
pix says all lawl
[highlight=vb.net]
RichTextBox1.AppendText(IIf(String.IsNullOrEmpty(R ichTextBox1.Text), TextBox1.Text, Environment.NewLine + TextBox1.Text).ToString())
[/highlight]
Quote Originally Posted by Jason View Post
[highlight=vb.net]
RichTextBox1.AppendText(IIf(String.IsNullOrEmpty(R ichTextBox1.Text), TextBox1.Text, Environment.NewLine + TextBox1.Text).ToString())
[/highlight]
That was Fast .! Thnx
No problem.

/marked solved.
Posts 14 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?