Gathering tray resident apps and ...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to gather all applications installed as tray resident and
then walk through their handles and issue a gettooltiptext on each one to
see what they would display as if a mouse pointer was waved over the tray app?

if not, how can I simulate making the tray app pop up it's "tool tip"


thank you,al
 
As far as I know there is no API function to do this, but you can try doing
this by finding out the window handle of the system tray notification area
( use SPY++) and then try to send fake mousemove messages and see if the
tooltip pops up.

-Atul, Sky Software http://www.ssware.com
Shell MegaPack For ActiveX & .Net - Windows Explorer Like Shell UI Controls
 
Back
Top