09-05-2009, 03:00 PM
Isn't. Because accessible objects don't have an unique property, like handle or id. The same object gives different IAccessible pointer each time you find it.
If it is a child window, try to get its handle and use child() function.
int h=child(a)
ARRAY(int) x
child(... x)
if(h=x[matchindex-1]) ...
If it is a child window, try to get its handle and use child() function.
int h=child(a)
ARRAY(int) x
child(... x)
if(h=x[matchindex-1]) ...
