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.
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 ;-)