iaccessible Questions
1
Solved
I am starting work on accessibility and I am a bit confused by the different technologies I have encountered.
What is the difference between IAccessible and IAccessible2? I originally thought IAcc...
Zebulon asked 12/3, 2019 at 19:59
0
I noticed with Process Monitor that accessing Mozilla Firefox over the IAccessible (MSAA) Interface causes file accesses to an Adobe Reader file called "Accessibility.api". When I access Mozilla Fi...
Under asked 27/11, 2018 at 9:9
1
Solved
I'm trying to create a QA automation for Google Chrome, in order to simulate clicks and receive click events on the tab buttons.
I'm using the IAccessible interface and AccessibleChildren API to g...
Virility asked 17/8, 2014 at 16:38
1
I want to implement a text editor from scratch which supports IAccessible interface. I am using MFC and Win32 API.
When the caret position change in the standard text editors like Notepad, the cor...
Deprecative asked 28/3, 2013 at 18:2
1
Solved
I can get an IAccessible object from a Firefox window using this code:
Guid guid = new Guid("{618736E0-3C3D-11CF-810C-00AA00389B71}");
object obj = null;
int ret = AccessibleObjectFromWindow(hWnd,...
Derangement asked 12/2, 2009 at 17:19
1
© 2022 - 2024 — McMap. All rights reserved.