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
How to make sure that items in a wintree are sorted al?
How to assign a numeric value to a variable?
What is the difference between function and procedure?
What are the naming conventions while declaring a variable in the vbscript language?
what is the features of visual basic?
What is the purpose of regexp object in vbscript?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
How will you get a subset of a array in vbscript?
Explain about scrrun.dll?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Explain the extension .hta?
Which in-built function related to an array joins substrings into one string in the vbscript language?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
Which function is used in the vbscript language to convert the specified expression into a date type value?