CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2009
    Posts
    1

    MSAA (Microsoft Active Accessibility) Dynamic Annotation

    Hi there,

    I would like to be able to change the accessible name of certain GUI controls while the application is running (on the fly).

    I'm wondering if the "Dynamic Annotation" technique mentioned at http://msdn.microsoft.com/en-us/libr...60(VS.85).aspx
    can be used for this purpose.

    I would highly appreciated if you could provide a sample working code.

    kamilima

  2. #2
    Join Date
    Apr 2004
    Posts
    102

    Re: MSAA (Microsoft Active Accessibility) Dynamic Annotation

    I would highly appreciated if you could provide a sample working code.
    MSAA sample code

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured