I have a Win32 GUI application that has several edit controls (plain old "EDIT" classname).
The logic is that the user is to fill the edit box selected by the application. To make it clearer which one is to be filled now I want to somehow highlight the "current" edit box. Then, when the user has done input and asked the application to proceed the edit box would have to become "usual" again.
The ideal way would be to paint its background with a color of choice. How could I achieve this or similar selection - maybe I could substitute the brush used to paint the control temporarily? If it's not possible with edit control what replacement controls available in Windows starting with Win2k are out there?