Help for this page

Select Code to Download


  1. or download this
        $First = Win32::GUI::GetForegroundWindow();
    
  2. or download this
        Win32::GUI::Hide($First); # correct
        $First->Hide();           # wrong
    
  3. or download this
        print "Window handle is $Window->{-handle} \n";