GetPropertyValue on button
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010
05:03 AM
06-22-2010
05:03 AM
GetPropertyValue on button
Hello
I try to retrieve the "Focused" property of a button in a window
of an application developed in Win32 and I
can not make the syntax.
Someone
can help me ?
Thank
you in advance
I try to retrieve the "Focused" property of a button in a window
of an application developed in Win32 and I
can not make the syntax.
Someone
can help me ?
Thank
you in advance
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2010
07:55 PM
06-22-2010
07:55 PM
Hello again,
it's good, I myself found the solution by cons I had
to display the return value in a MsgBox because I am not come to see the
value of variable in Watch list.
solution :
variable = GetPropertyValue(object, "Property Name")
it's good, I myself found the solution by cons I had
to display the return value in a MsgBox because I am not come to see the
value of variable in Watch list.
solution :
variable = GetPropertyValue(object, "Property Name")
