So, if I have 2 richtextboxes, call them rtbSource and rtbTarget.
I can say rtbTarget.rtf = rtbSource.rtf and it works.
But if rtbTarget already has something in it, how can I 'insert' the
text from source into target?
If I use rtbTarget.selectedtext = rtbSource.text, it inserts
plaintext.
If I use rtbTarget.selectedtext = rtbSource.rtf, it inserts plaintext
with all the rtf commands and symbols.
Any help? Thanks bunches!
Steve Gerrard - 19 Mar 2008 15:48 GMT
SelectedRtf property.
> So, if I have 2 richtextboxes, call them rtbSource and rtbTarget.
>
[quoted text clipped - 10 lines]
>
> Any help? Thanks bunches!