How can I set a BG color of an object?
-
The font of a CEdit box can be changed with SetFont(..), but that function doesn't change the Background color of the text. How on earth can I change it, I'm getting pretty desperate, as it appears there is no function that does the job properly. And subclassing a control will result in rewriting almost the entire paint process of the CEdit class. I need to do the same with Group boxes. Who can help me out? Any help would be greatly appreciated!
-
The font of a CEdit box can be changed with SetFont(..), but that function doesn't change the Background color of the text. How on earth can I change it, I'm getting pretty desperate, as it appears there is no function that does the job properly. And subclassing a control will result in rewriting almost the entire paint process of the CEdit class. I need to do the same with Group boxes. Who can help me out? Any help would be greatly appreciated!
[nt]