MMm.. OK. I did not know about that.
I have been checking various other system tray icons and most of them indeed only 'run/activate' a program when left-clicked.
However there are some icons that do support left-click:
- MS Outlook 2007
- 'Safely Remove Hardware'
- Windows Messenger
- VMWare Workstation
Unfortunatly context menus, which is how RDPManager is implemented, are bound to the right mouse button. I didn't see a way this can be changed.
MMm.. OK. I did not know about that.
I have been checking various other system tray icons and most of them indeed only 'run/activate' a program when left-clicked.
However there are some icons that do support left-click:
- MS Outlook 2007
- 'Safely Remove Hardware'
- Windows Messenger
- VMWare Workstation
I did a quick Google search and came up with:
http://www.codeguru.com/forum/archive/index.php/t-306560.html
http://www.codeproject.com/KB/menus/notifyicondualmenus.aspx?display=Print
http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvb/thread/6ce54747-766f-466a-b161-c8efdff5c634
I am no programmer and I don't know if these answers use the same programming language as you do, but maybe they point you in the right direction. ;-)