Export to HTML and RTF

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available 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:

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