PDA

Click to See Complete Forum and Search --> : Icon in Tray with menu


chilibean
Feb 15th, 2001, 05:34 PM
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

Technocrat
Feb 15th, 2001, 06:39 PM
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/ASP/txtCodeId.476/lngWId.3/qx/vb/scripts/ShowCode.htm

chilibean
Feb 15th, 2001, 08:03 PM
Thanks for the response... I'll check it out