C
cardososp
How can i transfer formatted data to another RichTextBox ?
I try
richTextBox1.Lines = richTextBox2.lines;
richTextBox1.Text = richTextBox2.Text;
it don't work..
I try
richTextBox1.Lines = richTextBox2.lines;
richTextBox1.Text = richTextBox2.Text;
it don't work..