-
I found an artical to allow me to add an icon and to recognize the right and lefts click events. I would like to find out if there is an artical or how to add a menu to the right click as well. For example, when my user right clicks the icon in the tray a menu pops up stating close program, properties, etc.
-
I THINK I know what article you're talking about...
Use this:
If X = WM_RBUTTONUP Then PopupMenu mnuFile
------------------
Yonatan
Teenage Programmer
E-Mail: [email protected]
ICQ: 19552879
-
Thank you, it works great!