Winforms 应用程序必须包含一些手绘图

发布于 2024-08-12 05:40:12 字数 325 浏览 5 评论 0原文

我们有一位客户需要一些简单的表单(可能我们会为他们创建一个简单的 Winforms 应用程序),但需要捕获输入字段和一些手绘图的组合。让我们担心的是徒手画。

他们将使用带手写笔的平板电脑。客户正在运行 Office 2007。

该项目需要保持简单。我们正在考虑将 OneNote 元素嵌入到我们的 Winform 中(这可能吗?)。

我不得不承认我没有使用过 OneNote,但有一个模糊的想法,那就是“可以徒手捕获的东西”,这就是我在这里提到它的原因。嵌入是一个优先事项,因为我们不希望 UI 涉及到其他内容。我认为。

或者其他一些免费或低成本的替代方案。有什么建议吗?

We have a customer who needs some simple forms (probably we would be creating a simple Winforms app for them) but there is a requirement to capture a mix of input fields plus some freehand drawing. It's the freehand drawing which worries us.

They will be using a tablet pc with stylus. The customer is running Office 2007.

This project needs to stay simple. We were thinking of embedding a OneNote element into our Winforms (is this even possible?).

I have to admit to not having used OneNote but have a vague idea that it's the "kind of thing that would do freehand capture", which is why I mention it here. The embedding is a priority since we don't want the UI to involve dropping out into something else. I think.

Or else some other free or low cost alternative. Any suggestions?

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

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

发布评论

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

评论(1

流殇 2024-08-19 05:40:12

我真的建议研究一下 Microsoft Ink。它适用于平板电脑,听起来正是您想要的。

这是一个不错的入门教程,可以很快地启动代码。

http://msdn.microsoft.com/en-us/library/ms811392。 aspx

它还与 WPF 进行了出色的集成,因此您可能会考虑编写一个 WPF 控件来管理 Ink 功能,然后将 WPF Ink 组件嵌入到 WinForm 中(如果您仍想走 WinForms 路线)。

I'd really recommend looking into Microsoft Ink. It works with Tablet PCs and it sounds like exactly what you want.

This is a decent getting-started tutorial that launches into code pretty quickly.

http://msdn.microsoft.com/en-us/library/ms811392.aspx

It also has awesome integration into WPF, so you might consider writing a WPF control to manage the Ink functionality, and then embed your WPF Ink component into a WinForm (if you want to still go the WinForms route).

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