Accessibility implementation for MFC
-
Mittwoch, 14. März 2012 13:20
I am trying to implement accessibility for a custom control in my application. Its an MFC application and the custom control is a GridControl, currently not recognizable to CUIT.
Is there a good document/blog that describes how this can be done? I do see some information available on various sites, but there is no proper step by step guideline for this. Can someone help?
Alle Antworten
-
Donnerstag, 15. März 2012 12:17
Hi PiaBarve,
You should ask for help from windows UI Accessibility and Automation, the Technology Abstraction Layer in CUIT is based on Accessibility Technology(AT): http://social.msdn.microsoft.com/Forums/en/windowsaccessibilityandautomation/threads
-
Freitag, 16. März 2012 12:13Moderator
Hi PiaBarve,
Seems like you should implement accessibility first then your GridControl could be recognized by CUIT.
Here is a link for you, hope this could help:
http://social.msdn.microsoft.com/Forums/en/windowsaccessibilityandautomation/thread/25d6b3a6-1533-4fae-85a7-6cc553c8c9a7
Tony Xiao [MSFT]
MSDN Community Support | Feedback to us
- Als Antwort markiert Tony xiaoModerator Mittwoch, 21. März 2012 11:47
-
Montag, 19. März 2012 10:26Moderator
Hi PiaBarve,
Pleae see the following link which implements Microsoft UI Automation provider by C++:
http://msdn.microsoft.com/en-us/library/windows/desktop/ff625910(v=vs.85).aspx#proxy_example2
Hope this could help.
Tony Xiao [MSFT]
MSDN Community Support | Feedback to us
- Als Antwort markiert Tony xiaoModerator Mittwoch, 21. März 2012 11:47

