Handwriting Recognizer Engine (HWX) Application Development (Windows CE 5.0)

Send Feedback

Target devices that do not have a keyboard require an input method (IM) to simulate keyboard input. For this purpose, Windows CE implements an input panel architecture that functions through a touch screen. For more information about using the input panel architecture, see Software-based Input Panel.

As an alternative or companion to a keyboard, you can employ a handwriting pad IM in your application for processing user-drawn numbers, letters, characters, and symbols. The Windows CE handwriting recognition engine currently recognizes all 94 characters of the ASCII character set. In addition, the engine recognizes all of the available glyph characters, known as ideographs, for Chinese, Japanese, and Korean, and produces their corresponding Unicode output.

Handwriting recognition is handled with the same application-programming interface (API) in all languages. For information about language specific flags, see HwxALCValid and HwxALCPriority, which describe the alphabet code (ALC) values.

The following main topics describe the implementation of the Hwx (pronounced wix) functions for processing handwritten characters that are entered by the user on the input panel:

In This Section

Recognizing a Hand-Drawn Character

Performing Handwriting Recognition

Handwriting Recognizer Engine (HWX) OS Design Development

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.