Help for this page

Select Code to Download


  1. or download this
    # popup.pl
    use Win32;
    
    ...
      return Win32::MsgBox($msg, $flags, $title);
      die $msg;
    }
    
  2. or download this
    # findpopup.pl
    use Win32::GuiTest qw(:ALL :SW);
    ...
          }
          
    }