That should be pretty simple:
I have 2 RichTextBoxes: RTB1 and RTB2
If I have in RTB1:
[tt]This is my text
[li]point one[/li]
[li]second point[/li]
some [blue]colored text[/blue]
[/tt]
and now I want to Copy what I have in RTB1 to RTB2 and keep al the formatting, if I do
[tt]
rtb2.Text = rtb1.Text
[/tt]
I just get the text and loose all the formatting.
How can I do it?
Have fun.
---- Andy
I have 2 RichTextBoxes: RTB1 and RTB2
If I have in RTB1:
[tt]This is my text
[li]point one[/li]
[li]second point[/li]
some [blue]colored text[/blue]
[/tt]
and now I want to Copy what I have in RTB1 to RTB2 and keep al the formatting, if I do
[tt]
rtb2.Text = rtb1.Text
[/tt]
I just get the text and loose all the formatting.
How can I do it?
Have fun.
---- Andy