T O P I C R E V I E W |
marcusj |
Posted - 15 Nov 2010 : 18:00:21 Hi,
Is it possible to merge several RTF-documents using ctlUniRichTextBoxXP? I've tried a couple of methods but has been unsuccessful this far. Any help would be appreciated.
Thanks/Marcus |
2 L A T E S T R E P L I E S (Newest First) |
marcusj |
Posted - 16 Nov 2010 : 14:56:26 Thanks! SelRTF was the thing I was looking for. |
s.dav |
Posted - 16 Nov 2010 : 08:59:11 Yes using a simple trick:
1- Use a ctlUniRichTextBox control for merging 2- Use another ctlUniRichTextBox for loading RTF files 3- After having read a RTF file in the hidden RichTextBox assign that RTF to the end of the visible one (used for merging) with SelRTF 4- Save ;-) |