=sinister= Posted September 5, 2005 Posted September 5, 2005 Anybody know the command "IfWinExist" for the newest version?
=sinister= Posted September 5, 2005 Author Posted September 5, 2005 (edited) lol. Very funny. seriously, what is it? is it - IfWinExist,WINDOW,, COMMAND? Edited September 5, 2005 by =sinister=
B3TA_SCR1PT3R Posted September 5, 2005 Posted September 5, 2005 ever heard of the helpfile? [right][font="Courier New"]...Run these streets all day, I can sleep when I die.[/font] [/right]
Valuater Posted September 5, 2005 Posted September 5, 2005 (edited) WinExists ( "title" [, "text"] ) stairght from help look it up like this..... on your computer press the following Start > All Programs > Autoit v3 > Autoit Help File when that loads then press the "search" tab then type in "WinExist" and press "List Topics" **** you can do this with any word you want thats what i do all the time 8) Edited September 5, 2005 by Valuater
=sinister= Posted September 5, 2005 Author Posted September 5, 2005 uh ya, i need the IFwinexist. And I looked it up, and put it in my script and now it has an error
novi Posted September 12, 2005 Posted September 12, 2005 hello everyone, I´m speak inglish no mush, the help for WinExist is: WinExists -------------------------------------------------------------------------------- Checks to see if a specified window exists. WinExists ( "title" [, "text"] ) Parameters title The title of the window to check. text [optional] The text of the window to check. Return Value Returns 1 if the window exists, otherwise returns 0. Remarks WinExist will return 1 even if a window is hidden. Related WinActive, WinWait, WinWaitActive, WinWaitClose, WinWaitNotActive, WinTitleMatchMode (Option) Example If WinExists("Untitled -") Then MsgBox(0, "", "Window exists") EndIf [COLOR=green]
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