08-18-2010, 08:02 PM
(This post was last modified: 08-18-2010, 08:02 PM by venkatbatchu.)
Hi,
Please let me know for further clariication.
Regards,
Venkat.Batchu
Code:
blnpropertyvalue=Dialog("Login Error").WinButton("OK").GetRoProperty("enabled")
Code:
If blnpropertyvalue="True" Then
Msgbox "Enabled"
Else
Msgbox "Disabled"
End iF
Regards,
Venkat.Batchu