Help for this page

Select Code to Download


  1. or download this
    my $ni = $main->AddNotifyIcon(
      -name => "NI",
      -icon => $niIcon,
      -tip  => "The Electronic Brewery",
    );
    
  2. or download this
    $didItWork = Win32::GUI::Change($ni->{-handle}, (  -icon  => $tebIcon,
    +));