Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
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.

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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Non-english support?      Erik Reitsma   |   Edit   |   Show History
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?
Recognize only on English Device ?      GOSSET Stéphane   |   Edit   |   Show History
Is it possible to use these apis in other device ?
Flag as ContentBug
Recognize only on English Device ?      GOSSET Stéphane   |   Edit   |   Show History
Is it possible to use these apis on French Device ? If Yes, how can I do it ?
Flag as ContentBug
Possible solution      Vlad Chifor   |   Edit   |   Show History
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 What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker