
Changing text color in a CEdit box
You need to handle the OnCtlColor message. IF the message is for an
edit control, then you need to see if its your edit control (compare the
passed in control ID with the actual control ID) and set the text color,
you must return a HBRUSH as well
--
Author for Visual C++ Devloper http://www.pinpub.com/vcd/