Help for this page

Select Code to Download


  1. or download this
    my $image=$mw->Photo(-file=> "logo.gif");
    $mw->idletasks;
    $mw->Icon(-image => $image);
    
  2. or download this
    sub icon {
    my $sIcon = Win32::Console::SetIcon("logo.gif");
    }