简体   繁体   English

如何启用手写笔输入并阅读文本并将其保存在Windows 7 CE应用程序中?

[英]How to enable Stylus input and read the text and save it in a Windows 7 CE Application?

I have been working on a Windows 7 CE device. 我一直在Windows 7 CE设备上工作。 The platform uses Silverlight 3 for Windows Embedded and Expression Blend 3 . 该平台将Silverlight 3用于Windows Embedded和Expression Blend 3。 The code is to be done in VC++. 该代码将在VC ++中完成。 I am struck at a requirement. 我被要求打动了。

The user has an option for writing a text at any part of the screen he wants. 用户可以选择在他想要的屏幕的任何部分写入文本。 I have to implement this functionality. 我必须实现此功能。 After whatever he writes , i need to save it in the way he wrote(handwritting should be the same). 在他写完任何东西之后,我都需要以他写的方式保存它(手写应该是相同的)。

I am novoice in coding as well as in VC++ . 我在编码以及VC ++中都是新手。 I am seeking help. 我正在寻求帮助。

I got the answer . 我得到了答案。 WE have the INKPresenter class so we can actually use that :) 我们有INKPresenter类,因此我们可以实际使用它:)

I tried and accomplished .. Thanks for not replying 我尝试并完成了..谢谢您的回复

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将Windows Embedded Compact 7 DLL移植到Windows CE 5.0 / 6.0? - How to Port Windows Embedded Compact 7 DLL to Windows CE 5.0 / 6.0? 如何在Windows CE中处理控制台关闭? - How can I handle console closing in a Windows CE? 如何在文本服务框架Windows8应用程序中使用GetSelection获取光标位置? - how to get cursor position using GetSelection in text service framework windows8 application? 我的程序输入不会保存到文本文件中 - My program input wouldn't save into a text file 如何在VC ++中使用sprintf创建对所有Windows用户(所有人)具有全部权限(读,写)的文本文件(日志文件) - How to create text file(log file) having all rights(Read,Write) to all windows users (Everybody) using sprintf in VC++ Windows CE(RTOS)类库,用于中断和线程以及USB的延迟? - Windows CE (RTOS) class-libraries for latency of interrupts and threads and USB? 获取USB驱动器名称附加到Windows ce设备 - Getting USB drive name attached to windows ce device 嵌入式 Visual C++ 4.0 中的模板 function 用于 Windows CE - Template function in eMbedded Visual C++ 4.0 for Windows CE 如何使用SetWindowHookEx()挂钩Windows XP应用程序 - how to hook the windows xp application using SetWindowHookEx() Windows 7如何在任务栏中显示应用程序的缩略图? - How does Windows 7 show the thumbnails of application in taskbar?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM