Jump to content

IfWinExist


Recommended Posts

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 by Valuater

NEWHeader1.png

Link to comment
Share on other sites

;) 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]

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...