lol, i forgot to mention that i code in c++, dont know much of vb but i will try to understand it and translate it into c++
thanks a lot for the help
quote:
Originally posted by Matty
Blah I think I will regret doing this but here is an example in VB with some comments for what we are doing.
i followed your code and Joe's Software code and i manage to get SOME information, i get the handle ID the same as in your app and i get the className, the problem is with anything involving the IAccessible interface
code:
acc->get_accName(vari, &buff);
acc->get_accDescription(vari, &buff);
neither of those seem to work, buff is always NULL when i run it, i dont know whats wrong
i cant get the freaking History element
im using
AccessibleObjectFromEvent
any idea on what i might be doing wrong?