Hello. I'm looking for reference code on implementing a client for accessibility interfaces (IAccessible, IAccessible2 or similar), which theoretically are exposed by all the major modern browsers .
This is a discussion on Accessibility interfaces in major browsers within the Windows Programming forums, part of the Platform Specific Boards category; Hello. I'm looking for reference code on implementing a client for accessibility interfaces ( IAccessible , IAccessible2 or similar), which ...
Hello. I'm looking for reference code on implementing a client for accessibility interfaces (IAccessible, IAccessible2 or similar), which theoretically are exposed by all the major modern browsers .
The source code for Raymond Chen's book (on the downloads tab) includes a basic implementation of IAccessible (472_accessibility.cpp).
Avoid Chen's code (plenty of bugs and errors, poor programmer from ex-MS Shell team.....) and see rather MSDN code (from Acc. SDK)