associating tray icon with app
-
I know this sounds like a hijack , however I would need to associate my application , with the system-provided , Autoplay notification icon . In other words is it possible to 1. pop-up a custom menu when the user clicks this icon ? 2. Perform custom actions with each of the menu items ? I dont want to create another tray icon as my use case is related to this sys tray icon . eg: When a camera is connected and the icon is present, I would want to provide menu options to open the folder to view the files
Engineering is the effort !
-
I know this sounds like a hijack , however I would need to associate my application , with the system-provided , Autoplay notification icon . In other words is it possible to 1. pop-up a custom menu when the user clicks this icon ? 2. Perform custom actions with each of the menu items ? I dont want to create another tray icon as my use case is related to this sys tray icon . eg: When a camera is connected and the icon is present, I would want to provide menu options to open the folder to view the files
Engineering is the effort !
you could use a windows hook to intersect the window messages sent by the tray icon for example.
Don't try it, just do it! ;-)