I'm responsible for developing an application that needs to be able to distinguish what icon the mouse is over on the desktop.
Some ideas I've had was:
1) trapping the tooltips that loads when you hover over an icon
2) subclassing the desktop and somehow detect what icon is currently being hovered
These two ideas I don't know if they will work but if they will, how do I start? Any ideas would be greatly appreciated.
Thanks,
Greg Engle
-------------
-Greg
Some ideas I've had was:
1) trapping the tooltips that loads when you hover over an icon
2) subclassing the desktop and somehow detect what icon is currently being hovered
These two ideas I don't know if they will work but if they will, how do I start? Any ideas would be greatly appreciated.
Thanks,
Greg Engle
-------------
-Greg
Comment