0

I would like to understand how I can identify the level of MSAA adherence in the applications that I work with. I would also like to know the most practical route to ensuring the your user interface is adheres to MSAA standards.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
user2917239
  • 898
  • 3
  • 12
  • 27
  • Unlike forum sites, we don't use "Thanks", or "Any help appreciated", or signatures on [so]. See "[Should 'Hi', 'thanks,' taglines, and salutations be removed from posts?](http://meta.stackexchange.com/questions/2950/should-hi-thanks-taglines-and-salutations-be-removed-from-posts). – John Saunders Nov 23 '13 at 23:33
  • There is no simple answer. There is some information on supporting Coded UI with custom control in the "Extending Coded UI Test" part of http://blogs.msdn.com/b/mathew_aniyan/archive/2010/02/11/content-index-for-coded-ui-test.aspx Microsoft has a forum for accessibility and automation, see http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/b2fe3999-d898-4030-a49c-a75cdbf88495/welcome-to-the-windows-accessibility-and-automation-development-forum?forum=windowsaccessibilityandautomation – AdrianHHH Nov 24 '13 at 08:35

1 Answers1

0

You can use tools like Inspect32 or AccExplorer to check which MSAA fields are supported...

Tom