AfxInitRichEdit2
Visual Studio .NET 2003
Call this function to initialize the rich edit control (version 2.0 and later) for the application.
BOOL AFXAPI AfxInitRichEdit2( );
Remarks
Call this function to load the RICHED20.DLL and initialize version 2.0 of the rich edit control. If you use rich edit through CRichEditCtrl, CRichEditView, or CRichEditDoc, you do not need to call this function.