sourceforge.greenshot/closewindow.au3
2013-02-26 08:45:12 +01:00

28 lines
1.3 KiB
AutoIt
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#region ---Au3Recorder generated code Start (v3.3.7.0) ---
#region --- Internal functions Au3Recorder Start ---
Func _Au3RecordSetup()
Opt('WinWaitDelay',100)
Opt('WinDetectHiddenText',1)
Opt('MouseCoordMode',0)
EndFunc
Func _WinWaitActivate($title,$text,$timeout=0)
$CloseWeb = 0
$result = 0
While $CloseWeb = 0
WinActive($title)
$CloseWeb = WinClose($title,$text)
Sleep(500)
if $result >= 10 Then Exit 0
$result = $result + 1
WEnd
EndFunc
_AU3RecordSetup()
#endregion --- Internal functions Au3Recorder End ---
_WinWaitActivate($CmdLine[1],$CmdLine[2])
#endregion --- Au3Recorder generated code End ---