Does someone have a technique for doing, essentially, a Mouse Over event? (It would be nice if there was an EVENT_MOUSE_OVER for controls. Hint, hint!)
The sample program, moustate, does a poor job of simulating Mouse Over, and appears to have errors in it anyway.
I have a project with a very large GUI, multiple panels using EasyTab, and would like to use Mouse Over to identify controls.
If one were to fix the sample program, so that it properly identified cursor position and correlated that to all the controls on a panel, could one run the timer and the corrected program in a separate thread?
Thoughts?