Skip to Main Content
Perplexed Owl Random Ponderings

Benjamin ‘Benilda’ Key:

Implementing an Accessibility Server on Microsoft Windows: Introduction

Introduction

An Accessibility Client is any application that uses Accessibility APIs to obtain information about user interface elements. An Accessibility Server uses Accessibility APIs to expose information about an application’s user interface elements.

Basic information on implementing an Accessibility Server on Microsoft Windows can be found in the following locations.

While the information contained in the above articles is useful, there are few complete examples. In addition, there is little information on the differences between the various technologies (such as C++/Windows API, C++/WTL, C++/ATL and MFC, C#/Windows Forms, Java/SWT, etc.).

The Implementing an Accessibility Server series of articles discusses these details. Each article comes with a complete sample application that demonstrates the techniques discussed in the article.

Articles

Back to top