Anyone could get this to work ? Documentation is a little scarce about it.. I tried $TrayIcon = new Win32::GUI::NotifyIcon( -parent => "Main", -name => "Tray", -icon => "test.ico", ) ; but a. the icon didn't show and b. although some space appeared on the system tray, as soon as I moved my mouse over it, it disappeared (without any further effects on the rest of the script). any help would be greatly appreciated - not that my life depends on it of course, but I tought it'd be a nice touch. Best Regards, Thanos
[perl-win32-gui] Win32::GUI::NotifyIcon
Thanos Chatziathanassiou Fri, 18 Jun 1999 10:39:11 -0700 (PDT)
- Re: [perl-win32-gui] Win32::GUI::NotifyIcon Thanos Chatziathanassiou
- Re: [perl-win32-gui] Win32::GUI::NotifyIcon Aldo Calpini