in reply to Win32::GUI Notify Icon
Try calling Change() as a method, rather than a function, since the Win32::GUI::NotifyIcon package has its own Change() method, which is different to the one in the Win32::GUI package, eg.
$ni->Change( -icon => $tebIcon );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32::GUI Notify Icon
by hennesse (Beadle) on Oct 27, 2011 at 02:27 UTC | |
by kejohm (Hermit) on Oct 28, 2011 at 02:40 UTC | |
by hennesse (Beadle) on Oct 29, 2011 at 02:13 UTC |