Help for this page

Select Code to Download


  1. or download this
    use Win32::GUI;
    $text = "Testing!";
    $main = Win32::GUI::Window->new(
    ...
    sub Main_Terminate {
        -1;
    }