Page 1 of 1

Handle UIA Events?

Posted: Thu Dec 31, 2020 6:43 pm
by Ty1003
Just for the hell of it, I've been working on a screen reader in PB (don't ask why). Currently it (well once I un-break TTS), reads foreground window when it changes. However, I know that I'm going to need to handle UIA/MSAA/IAccessible2/etc. events. Does PB have WinAPI functions wrapped for this purpose?

Re: Handle UIA Events?

Posted: Thu Dec 31, 2020 7:09 pm
by Mijikai
U need interfaces for this, look how they are defined/created (ex. iaccessible2.h) and translate them to PB - no easy task gl.