I know how to put an icon in the tray, and also how to remove it, but what I REALLY want to do is have a menu popup when the user right-clicks the icon in the tray...
How the heck is this done?
Thanks,
Printable View
I know how to put an icon in the tray, and also how to remove it, but what I REALLY want to do is have a menu popup when the user right-clicks the icon in the tray...
How the heck is this done?
Thanks,
Are you using The Shell_notifyIcon API for your system tray code?
Yes, I am.
Actually, I found a way to get Popup menu's to work using Me.PopupMenu MenuName
Thanks!