Help for this page

Select Code to Download


  1. or download this
    $mw = MainWindow->new;
            $mw->geometry("639x474");
    ...
    
    MainLoop;
    
  2. or download this
    my $icon = Win32::GUI::Icon->new('test.ico');
    
    ...
        1;
    }