home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 January / PCWELT_1_2006.ISO / pcwsoft / autoit-v3-setup.exe / Examples / WinWaitNotActive.au3 < prev   
Encoding:
Text File  |  2004-09-22  |  181 b   |  6 lines

  1. ;Wait for the window "Untitled" to not be active
  2. WinWaitNotActive("Untitled")
  3.  
  4. ;Wait a maximum of 5 seconds for "Untitled" to not be active
  5. WinWaitNotActive("Untitled", "", 5)
  6.