Advertisement
Lorenzo501

Acc, UIA & COM

Feb 8th, 2024 (edited)
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. UI Automation and Active Accessibility
  2. https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-msaa
  3.  
  4. Acc = Accessibility = Microsoft Active Accessibility
  5. https://github.com/Descolada/Acc-v2/blob/main/Lib/Acc.ahk
  6. https://learn.microsoft.com/en-us/windows/win32/winauto/microsoft-active-accessibility
  7. https://en.wikipedia.org/wiki/Microsoft_Active_Accessibility
  8.  
  9. UIA = UI Automation (not UI Access in this case) ; BETTER THAN ACC
  10. https://github.com/Descolada/UIA-v2/blob/main/Lib/UIA.ahk
  11. https://learn.microsoft.com/en-us/windows/win32/winauto/entry-uiauto-win32
  12. https://en.wikipedia.org/wiki/Microsoft_UI_Automation
  13.  
  14. COM APIs
  15. https://autohotkey.wiki/guides:com:start
  16.  
  17. can use by adding:
  18. #Include <Acc>
  19. #Include <UIA>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement