[Updated] XP Theme Support for Rich Edit and Custom Controls
Learn how to add genuine Windows XP theme support to Rich Edit controls and extend the code for your own custom controls!
Learn how to add genuine Windows XP theme support to Rich Edit controls and extend the code for your own custom controls!
Learn about a simple MFC Rich Edit Control using version 4.1 in msftedit.dll.
An RTF word processor that has standard features that include menus, a toolbar, a status bar, printing, open and save file dialogs, font support, tooltips, and much more. (The source code was updated.)
Learn to use ITextServices to draw RTF text. This includes a short introduction to the windowless RichEdit as well.
[Update] Very nice article'—not only the bug, but why it's there and how to fix it!!
This article presents code that is able to handle much larger documents, involving multiple calls to a callback function.
This article discusses how to insert a bitmap file inside the RichEdit control. It differs from other articles by working with an image that is in a resource or within a handle (HBITMAP).
Fast and versatile class for the syntax highlighting of code
Explains how to customize the standard CRichEditView Find/Replace dialog
Code that enables you to make a RichEdit transparent so that the text draws over top of the contents of the parent window (or even a memory DC)!
Appending multiple RichEdit Fields together
Inserting a bitmap file into a CRichEditCtrl
CAutoRichEditCtrl - automate rich edit formatting and RTF handling
Controlling the RichTextCtrl Insert State
CRichEditCtrlEx : Replacing "RICHEDIT" control with "RichEdit20A"