Hi Prasad,
msgbox ObjectType(Window("").winEdit(""))
Please let me know if you need any more info.
msgbox ObjectType(Window("").winEdit(""))
Code:
Public ObjectType(strobjPath)
If strobjPath.Exist Then
strobjType = strobjPath.GetTOProperty("Class Name")
ObjectType = strobjType
Else
ObjectType = strobjPath & "object does not exist."
EndIF
End Function
Thanks,
SUpputuri
SUpputuri