-
Hi all. I have a quick question about how to create a pop-up menu when an icon in the tray is clicked. I know how to do this in VB and have the source code for VB. What is the equivalent to the PopupMenu command in VB? I can create the icon in C++, but am uncertain about the menu.
Thanks in advance,
chilibean
-
Here is some source code I used to learn how to do it. Check out the comment at the bottom :)
http://www.planet-source-code.com/xq...s/ShowCode.htm
-
Thanks for the response... I'll check it out