http://www.perlmonks.org?node_id=934043


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 );