Page 1 of 1
IAccessible Interface
Posted: Fri Sep 03, 2021 8:17 pm
by JHPJHP
Re: IAccessible Interface
Posted: Fri Sep 03, 2021 8:18 pm
by JHPJHP
Updated:
- various improvements
Selecting a list item will draw a red box around the referenced object in the examined window, provided the data is available.
Double-clicking a list item will invoke the default action in the examined window, provided the action is supported by the
IAccessible Interface.
NB*: Force Windows Z-Order was a real pain to nail down; works ok on my system, but no guarantees

Re: IAccessible Interface
Posted: Fri Sep 03, 2021 8:52 pm
by JHPJHP
Updated:
- added a sliding control window
- improved various features
- squashed a couple bugs
NB*: Currently the History list and subsequent database have not been completed.
Re: IAccessible Interface
Posted: Sat Sep 04, 2021 11:57 pm
by JHPJHP
Updated:
- added window timer to detect if examined window was closed
- removed a slight flicker when the Control window was opened
- squashed a bug when choosing an Accessible Object
- patched a couple DPI issues
- made a small change to selection outline
- some minor cosmetic changes
- added additional error checking
- various other improvements
Re: IAccessible Interface
Posted: Mon Sep 06, 2021 9:01 pm
by JHPJHP
Updated:
- finished history database
- numerous improvements
- squashed a couple bugs
History Database
Press the Enter key or double-click an item to return the window data. Press the Delete key on a selected item to remove the record.
The hWnd and PID fields are populated because they're still relevant while the process of a previously scanned window is open.
If a previously scanned window has been closed, make sure to clear the hWnd field before starting a new scan.
Binaries
There are two versions exactly the same, except one runs in admin mode. I noticed that in order to programmatically change the state of a third party window running in admin mode, the program making the request must also be in admin mode.
NB*: A full version demo has been included under FREE STUFF.
Re: IAccessible Interface
Posted: Sat Sep 11, 2021 6:55 pm
by JHPJHP
Updated:
-
Enumerate Windows
- improved z-order handling
- expanded Title / Class to accept partial, case insensitive text
- expanded Executable File to optionally use Title / Class filters
- fade-in/out select window
Enumerate Windows
Filters Updated:
Root windows only,
Visible root windows, and root windows with a
Title.
NB*: Options are saved to the database when the control window is closed.

Re: IAccessible Interface
Posted: Sun Apr 24, 2022 9:47 pm
by JHPJHP
Updated:
- squashed a bug
Intermittently would caused the program to crash. Noticed while testing the latest changes to
Chromium Edge WebGadget.
Re: IAccessible Interface
Posted: Mon Nov 07, 2022 11:01 pm
by JHPJHP
Updated:
- various minor improvements
Executable
path\file is now returned with the "Enumerate Windows" data; not sure why I wasn't returning it previously.
