Click here to Skip to main content
15,912,400 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using a application that needs to be started from a menu item found when right clicking an icon in the sytem tray. I am working on a small application that could acess the menu item no matter what location the icon appears on the system tray. Have tried using Findwindow, SetActiveWindow, SendNotifyMessage functions with no luck. does anyone have some helpful information?
Thanks
Posted
Updated 1-Dec-10 8:19am
v3

1 solution

Take a look at this article I wrote some time back:

http://www.codeproject.com/KB/applications/ShellTrayInfo.aspx[^]

Go through the source code and you'll see how to access the toolbar buttons. Once you get to that part, it will be fairly easy to send the required messages to invoke the application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900