[perl-win32-gui-users] how to make a menu to a notifyicon

2007-06-18 Thread a9876543210
Hi, I want to make a short menu which appears after right-clicking on my notifyicon. is this possible? how can I make it? the right-click-event works fine. thx j. -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung:

Re: [perl-win32-gui-users] how to make a menu to a notifyicon

2007-06-18 Thread Geoffrey Spear
Here's some brief sample code that should give you an idea of how this is done: # create the menu with stuff you want to show up in the menu on the 2nd level my $pmenu = Win32::GUI::MakeMenu ( Popup = Popup, Preferences = Prefs,