Hot spot a push button control? (OpenInsight Specific)
At 18 DEC 1997 07:59:15AM David Howell wrote:
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
At 18 DEC 1997 09:15AM Blaise (Revelation) wrote:
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