M
Mircea Pleteriu
Hi all,
I have two RichTExtbox controls on a form.
After the user is done editing them a 3rd RTB control shoud contain the
merged contents of the other 2 controls (as the contents of the 2nd control
is appended to the content of the 1st).
Any idea how to achive that?
It does not work by just rtf3 = rtf1 + rtf2.
I have two RichTExtbox controls on a form.
After the user is done editing them a 3rd RTB control shoud contain the
merged contents of the other 2 controls (as the contents of the 2nd control
is appended to the content of the 1st).
Any idea how to achive that?
It does not work by just rtf3 = rtf1 + rtf2.