RE: Help, I am doing a Plugin
The part of the Windows API you'll need to look at is the Active Accessibility API. It being a COM-based API, it should be easy to use in VB.
MSDN has full info on AA, just search for 'AccessibleObjectFromEvent' and you'll get to the right section.
|