deanhouseholder on 04/16/13
Last Edited at 04/16/13 04:44pm
; Function to simplify window activatingWinWaitFull(win) { SetWinDelay, 2 WinWait, %win%, , 2 If ErrorLevel { Return 1 } else { IfWinNotActive, %win%, , WinActivate, %win% WinWaitActive, %win%, , 2 Return 0 }}
Report this snippet Tweet
Comment:
You need to login to post a comment.