General Information

Locked
User avatar
JHPJHP
Site Admin
Posts: 217
Joined: Wed Jun 21, 2023 10:48 am

General Information

Post by JHPJHP »

IAccessible Interface

Enumerate Windows
Double-click item to return relevant data, F5 to refresh; optional window filters for root, visible and titles.

Window Title / Window Class
Manually entered (partial text, case insensitive) or populated from Enumerate Windows (includes PID, hWnd).

Executable File
Multiple processes can be created from the same executable, this can be filtered using either the Title or Class fields.

Accessible Object
Sets the AccessibleObjectFromWindow function parameter to filter window objects by category.

Force Windows Z-Order
Keeps the original order, size and position of examined windows after Scan; does not apply to minimized windows.

Smart Scroll
Up/Down arrow keys will only scroll to items with location data, Ctrl key to bypass; opposite is true when unchecked.

Run Minimized
Starts the window scan minimized, should be faster; will auto-restore when complete, or can be restored manually.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

History
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.
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.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

• 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.
The difference between stupidity and genius is that genius has its limits.
~ Albert Einstein
User avatar
JHPJHP
Site Admin
Posts: 217
Joined: Wed Jun 21, 2023 10:48 am

Re: General Information

Post by JHPJHP »

Image
The difference between stupidity and genius is that genius has its limits.
~ Albert Einstein
Locked