views:

198

answers:

1

Hello

Do you know any (paid or free) MFC control with features like (QT) QTextEdit control?

  • Good HTML (and may be RTF) support (import, export)
  • Ability to edit manual control content

:)

A: 

MFC7 includes several new classes that encapsulate the Internet Explorer MSHTML editing control. This control is an ActiveX control that provides WYSIWYG editing and browsing, and the MFC and ATL wrappers for this class make it's use very straight forward.

CHtmlEditCtrl Class (MFC) | msdn.microsoft.com

Use CHtmlEditCtrl to Create a Simple HTML Editor | experts-exchange.com

ju