Вопрос по RichEdit`у
pRec = new CRichEditCtrl;
pRec->Create(
WS_CHILD|WS_VISIBLE|WS_BORDER|ES_MULTILINE,
CRect(10,10,700,400), this, 222);
вовторых такой RichEdit не показывает картинки, вставляет только текст [Object].
Подсказыте кто с потобным встречался, наверняка както надо настроить риедит, только как незнаю..
Заранее спосибо!
Caution If you are using a rich edit control in a dialog box (regardless whether your application is SDI, MDI, or dialog-based), you must call AfxInitRichEdit once before the dialog box is displayed. A typical place to call this function is in your program's InitInstance member function. You do not need to call it for each time you display the dialog box, only the first time. You do not have to call AfxInitRichEdit if you are working with CRichEditView
Ты так делал?