my $icon = new Win32::GUI::Icon("c:\\vpntest\\hawLittle.ico"); my $ni = $main->AddNotifyIcon( -name => "NI", -icon => $icon, -tip => "Hello" );