基于 Microsoft 的触摸/手写笔输入

发布于 2024-09-07 16:23:07 字数 501 浏览 0 评论 0原文

免责声明:这是我第一次开发在平板电脑上运行的应用程序。

该应用程序需要允许用户使用平板笔或触摸来书写笔记。这必须是一个 .net 应用程序,并且可以在 Windows XP 和/或 Windows 7 上运行。我的主要任务是从用户界面捕获书面笔记,但我确信我会致力于其他工作该应用程序的各个方面。

我研究过数字墨水,这似乎是可行的方法,但我不确定目前对 Windows 7 的支持有多少以及将来对该技术的支持有多少。

我的问题:

  1. 我的方向正确吗?如果不是……有什么东西可以让我更好地适应这种类型的用户输入吗?

  2. 是否有人有其他提示或良好的参考网站,其中包含有关基于 Microsoft 的触摸和/或平板电脑手写笔输入的良好信息。

Disclaimer:It's my first time developing an app that will be on a tablet style pc.

The app needs to allow a user to write notes with either a tablet pen or by touch. This must be a .net app and may be on either Windows XP and/or Windows 7. I am mainly tasked with capturing written notes from the user interface, but I am sure I will be working on other aspects of the app.

I have looked into Digital Ink and it seems the way to go, but I am unsure of how much support currently exists for windows 7 and how much support there is going to be for this technology in the future.

My questions:

  1. Am I going in the right direction, and if not...is there something that would allow me to better accommodate this type of user input?

  2. Does any one have other tips or good reference sites with good info on microsoft based touch and/or tablet stylus input.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

万人眼中万个我 2024-09-14 16:23:08

如果您打算进行自定义编程,可以查看 适用于 Windows 7 的 Windows Touch API

Touch 和 Digital Ink 都使用 C# 和 .NET 框架,因此我想 Windows 7 中对 Digital Ink 有相当多的支持。

此外,在 .NET 框架中,有一个 Stylus 类可以跟踪文本框中的手写笔坐标,即使手写笔离开盒子并返回:
System.Windows.Input.Stylus

这有帮助!

If you plan on doing custom programming, you can check out the Windows Touch API for Windows 7.

Touch and Digital Ink both use C# and .NET framework, so I would imagine there is a considerable amount of support for Digital Ink in Windows 7.

Also, in the .NET framework, there's a Stylus class that tracks stylus coordinates in a text box, even if the stylus leaves the box and comes back in:
System.Windows.Input.Stylus

Hope this helps!

淡看悲欢离合 2024-09-14 16:23:08

Microsoft 还提供了 RealTimeStylus API,请参阅本教程

Microsoft also provides the RealTimeStylus API, see this tutorial.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文