I have created edit box using Win32 C++. I have subclassed it and overridden OnPaint menthod in which I am filling it with some background color.
Now if I enter some text I am not able to see any text but I can see cursor moving.
If I dont put any background color I can see text in edit box.
Any idea why I am not getting text with background color?