R
Rachel Suddeth
It seems that when I programattically add to the Text property (something
like RichText1.Text += string1), I lose the formatting that was previously
applied to the original Text. Is that how it's supposed to behave? Does that
mean I have to add the text directly to the Rtf property instead? Because
I'm not sure how to add it.... it would need to go before some of the ending
tags, right?
-Rachel
like RichText1.Text += string1), I lose the formatting that was previously
applied to the original Text. Is that how it's supposed to behave? Does that
mean I have to add the text directly to the Rtf property instead? Because
I'm not sure how to add it.... it would need to go before some of the ending
tags, right?
-Rachel