Thursday, June 4, 2009

How to chek whether an object exists or not?

var_Exist = Dialog("Login").WinEdit("Agent Name:").Exist
msgbox var_Exist 'Return true if object exists otherwise false

No comments:

Post a Comment