Export to HTML and RTF
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
You can easily export the editor content to HTML or RTF formats. Our feature tour examples are generated using this method.
Copy editor selection to clipboard and paste it in WordPad:
Sample code:
CString strBuffer;
m_wndEdit.ExportToHTML (strBuffer);
// You can show strBuffer in Web Browser now