
Change text color and background color in CEditView
Hi All,
I have an MDI application with the view class derived from
CEditView class. I would like to be able to change the
text color and the background color of the text in the CEditView class.
What do I need to do to?
I tried catching the WM_CTLCOLOR message and change
the text color and background color there, but it didn't work.
Thanks in advance,
Hien