jguinch Posted June 3, 2015 Posted June 3, 2015 WinWait("", "Get User Complete") Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
piyanut Posted June 3, 2015 Author Posted June 3, 2015 WinWait("", "Get User Complete")How to click OK button thank you
jguinch Posted June 3, 2015 Posted June 3, 2015 Did you see the help file ? There is a function like ControlClick which should help you ... Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
l3ill Posted June 3, 2015 Posted June 3, 2015 Here is the script I use:;-Pop Up $varWin = "Untitled - Notepad" While 1 If Not WinExists(WinGetHandle($varWin)) Then ContinueLoop Else MsgBox(0, "", "Win now exists - Do Something ;-)", 1) Sleep(300) 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