Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $mw->Center();
    $mw->Show();
    Win32::GUI::Dialog();
    
  2. or download this
    use Win32::API();
    
    ...
    $mw->Center();
    $mw->Show();
    Win32::GUI::Dialog();
    
  3. or download this
    use Win32::API();
    
    ...
    $mw->Center();
    $mw->Show();
    Win32::GUI::Dialog();