How does one make a push button control a "hot spot" control (when the cursor passes over the control it is automatically highlighted and when it "leaves" the control it is automatically un-highlighted)??
Thanks in advance
David Howell
David,
If you use the Qualify Event you can take advantage of the mouse events. This is the link] to the knowledge base article that gives an example of getting the right mouse click. You can take a look at the windows.h file to find what you need.
After this is done you can do whatever you want to that control programatically to highlight it.
Hope this helps…
-Blaise