Bitmap Background in CRichEditView
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Has anybody tried to put a bitmap background on a CRichEditView? I've tried to use GetRichEditCtrl().ModifyEx (0, WS_EX_TRANSPARENT) and it did give me a transparent background CRichEditCtrl. However, I can't paint the background of the view! How come ON_WM_ERASEBKGND message is NOT sent to the CRichEditView? Any help will be appreciated. Thanks, Duc Truong In programming you can do anything (by Paul DiLascia) In programming you can do anything (by Paul DiLascia)