July 8th, 1999, 07:46 PM
How can I change the RGB values for edit box background & text colors?
|
Click to See Complete Forum and Search --> : edit box colors July 8th, 1999, 07:46 PM How can I change the RGB values for edit box background & text colors? uoctav July 10th, 1999, 04:27 PM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |