can you tell me how can I remove from the mailing list of perl-win32? Thanks



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Hoff Miller
Sent: Monday, March 20, 2000 12:34 PM
To: [EMAIL PROTECTED]
Subject: [perl-win32-gui] system tray icon


This sets the icon correctly to tool.ico:
my $icon = new Win32::GUI::Icon("tool.ico");
$trayicon = $Window->AddNotifyIcon(-name => "TrayIcon", -id=>1,-icon =>
$icon,
-tip => "$title");

Now, I'd like to change the icon based on a timer in the program.  I can
change
the window's icon but not the system tray icon.  Is it possible to
dynamically
change the system tray icon?

Hoff Miller


Reply via email to