Windows Mobile 6.x 的拼写检查库
我们正在研究如何检查用户在我们开发的应用程序中输入的文本的拼写。
Windows Mobile 6.x 操作系统中是否包含可用于此目的的任何标准 API 和库/字典?如果有的话请指出正确的方向。
先感谢您!
We are looking into how we can check the spelling of text entered by the user in an app we have developed.
Is there any standard APIs and libraries/dictionaries included in the Windows Mobile 6.x OS that can be used for this? Please point me in the rigth direction if there is.
Thank you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Windows Mobile 6 内置了自动更正和自动建议。您可以通过以下 PInvoke 调用从您的应用程序启用和禁用这些功能。
Windows Mobile 6 has Auto Correction and Auto Suggestion built in. You can enable and disable these from your app with the following PInvoke call.