Is there a simple way to have the background color change on a textbox when the user enters it and change back to default when he exits it?
The only solutions I've come up with so far mean that I have to call a sub or function on_enter and on_exit, or else use a form timer. Is there some way I can subclass the textbox control (or superclass it?) to give me this functionality?
HK
The only solutions I've come up with so far mean that I have to call a sub or function on_enter and on_exit, or else use a form timer. Is there some way I can subclass the textbox control (or superclass it?) to give me this functionality?
HK