How can I change the RGB values for edit box background & text colors?
Printable View
How can I change the RGB values for edit box background & text colors?
The text color is an easy one - just dig through help. In oreder to change the background color of a MFC control umust intercept the WM_CTLCOLOR message and return the brush u want used to paint your background.