How to check the particular window is exist or not with out
using check points

Answer Posted / archana

If window("Flight Reservation").Exist<>0 Then

msgbox "window exists"

else

msgbox "window doesnot exists"

End If

Is This Answer Correct ?    7 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about adodb.stream class?

601


What is the use of the date function in the vbscript language?

573


Which constant is used for print and display functions and works as same as pressing enter key?

536


Mention the environments where vbscript could be run?

671


What are the environments supported by vbscript language?

510






For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com

1761


where can i learn VB scripint ?

1605


regular expression that will recognize a browser as long as its name property starts with mybrowser

1767


Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function

1923


how to automatically update the sql server2005 database records when insert in vb6?

1497


Mention what is byref and byval parameters in vbscript?

583


What is the technology used by vb script?

548


If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?

540


Explain the arrays in vb script?

601


What's the difference between vbscript and vb.net?

559