Tech63 Posted July 22, 2015 Posted July 22, 2015 (edited) I'm not sure which variant of the WinActivate to use.I want to call a custom function only after a specific window appears. Perhaps an IF Then statement containing some form of WinActive? Thanks! Edited July 22, 2015 by Tech63
Jfish Posted July 22, 2015 Posted July 22, 2015 WinWaitActive Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
l3ill Posted July 22, 2015 Posted July 22, 2015 While 1 If Not WinExists(WinGetHandle("Registry Editor")) Then ContinueLoop Else MsgBox(0, "", "Win now exists", 1) EndIf Sleep(50) WEnd My Contributions... SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now