I should have looked into NIcon documentation before asking about
RightCLick.
However, here is interesting behavior:
sub NI_RightClick {
system("start /max http://localhost"); #activated only when
exiting PL script
my $command = qx 'net send anufrii Right Click'; #works immediately, but
is not executed in this combination after system
# call to IE
1;
}
I have tried qx and system, but IE shows up only after exiting main script.
Ideas?
Igor Anufriyenko
Original message:
======================================================================
Message: 2
From: "Anufriyenko,Igor,SOLON,ITSS" <[EMAIL PROTECTED]>
To: "'[email protected]'"
<[email protected]>
Date: Fri, 8 Nov 2002 10:07:41 -0800
Subject: [perl-win32-gui-users] Systray application
Hello All,
Is there a way to add a context menu to the Notify Icon?
I have a mini application which should have system tray icon and
instead of maximizing main window, I would rather get a context menu for it.
Also, does Notify Icon recognize Right Click event?
Thank you,
Igor Anufriyenko
End of Perl-Win32-GUI-Users Digest