--- In [email protected], "Sheri" <sheri...@...> wrote: > > I had seen that too, but looking here: > > <http://www.lw-tech.com/q1/ug_accessibility.htm>
Which quite wonderfully, in linked page, says there's a constant tomMarchingBlackAnts > I see richedit (richedit20w in the example) also associated with > OBJID_NATIVEOM. Elsewhere I saw richedit20a and richedit50 variants > mentioned, can't find at the moment. Okay, so sounds like most controls return an IAccessible, which might be of a small bit of usefulness. Office apps return their main COM interface, but that's obtainable via CreateObject/GetObject. So that just leaves richedit returning it's amusing TOM interface. I'm muttering to myself: what's needed an elaboration to com plugin, or to richedit part of dialog plugin, or both? > Above link is referencing Active Accessibility SDK; don't know how > AccessibleObjectFromWindow fits into that. Goodness knows, MS is forever repackaging stuff.
