Windows Mobile Ink
Windows Mobile SupportedWindows Embedded CE Not Supported
8/28/2008

Windows Mobile Ink is the ink services platform for Windows Mobile 6 Professional and Windows Mobile 6 Classic. It provides a rich inking experience, through high quality curve–fitted ink with anti-aliasing, transparent ink, and highlighter ink. It provides an API for Ink collection, data management, rendering, and recognition. It also provides Ink controls to support the note–taking scenario.

Windows Mobile Ink also supports full interoperability with Ink data from Tablet PC by using the Ink Serialized Format (ISF) stream. It natively supports the ISF format, both in binary and in base64 encodings. It preserves the properties in the ISF stream that are not supported in Windows Mobile so that they will still work fully on the Tablet PC. For information about the differences between the two APIs, see Differences between Windows Mobile Ink and the Microsoft.Ink API.

In This Section

Windows Mobile Ink Application Development

Provides conceptual information about application development using Windows Mobile Ink.

Windows Mobile Ink Reference

Provides reference information for the Windows Mobile Ink API.

Windows Mobile Ink Samples

Provide sample code that demonstrates how to use Windows Mobile Ink.

Related Sections

User Interface

Tags :


Community Content

Erik Reitsma
Non-english support?
I tried the BasicRecognizer example with the Windows Mobile 6 SDK, and it works on the English emulators, but not on the Dutch emulator or my Dutch device. Should I have character recognition available on my Dutch Windows Mobile 6 Professional, and how can I use it?

GOSSET Stéphane
Recognize only on English Device ?
Is it possible to use these apis in other device ?

GOSSET Stéphane
Recognize only on English Device ?
Is it possible to use these apis on French Device ? If Yes, how can I do it ?

Vlad Chifor
Possible solution
I had the same issue with the sample.

hr = pStrokes->get_RecognitionResult(&result)

returned TPC_E_RECOGNIZER_NOT_REGISTERED. This lead me to find out that "HKLM\Software\Microsoft\wisplite\recognizers\default" registry key was empty on my Samsung i900 Omnia phone (french WM 6.1)

So I solved my issue adding CLSID and Path to that key. For french WM, Path must be set to "\Windows\TraRecoFra.dll" and CLSID is the same as "HKLM\Software\Microsoft\Transcriber\Recognizers\TraRecoFra.dll\CLSID". Make the appropriate changes for other languages (ie: TraRecoEnu.dll for the english version)
Tags :

Page view tracker