触摸屏 Windows 7 WPF

发布于 2024-10-10 08:14:45 字数 384 浏览 0 评论 0原文

我有一个应用程序需要可供 Windows Touch 访问。它不是多点触摸应用程序。我查看了微软的触摸应用程序指南,这很有趣。有一点我不太清楚,那就是文本输入。

我希望当我单击文本框字段时出现键盘。有没有办法使用内置的屏幕键盘来实现此目的?

我测试的第一台显示器是 Wacom。这是一个使用笔的较旧的单位。它有一些软件,每当我单击任何文本字段(在任何应用程序中)时,都会拉出屏幕键盘。这非常方便。我以为这个功能是使用内置的 Windows 平板电脑软件,因为它看起来不像来自第三方。我刚购买的新显示器(Elo)没有此功能。

I have an app which I need to make accessible for Windows Touch. It is not a multi-touch application. I've looked at Microsoft's guidelines for touch applications which is interesting. There is one thing I am not clear on though, that is text input.

I would like a keyboard to appear when I click in a TextBox field. Is there a way to use the built-in on screen keyboard for this?

The first monitor I tested with was a Wacom. It is an older unit that uses a pen. It had some software that pulled up an on screen keyboard whenever I clicked in any text field (in any application). It was very handy. I thought this feature was using built-in Windows Tablet software because it didn't look like it came from a third party. A newer monitor I just purchased (Elo) does not have this feature though.

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

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

发布评论

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

评论(1

段念尘 2024-10-17 08:14:45

回答我自己的问题,这样它就不会再显示为未回答...来自我上面的评论:

看来我已经发现问题了。显示器的通用驱动程序并未将其安装为平板电脑显示器。仅 Windows 7 驱动程序将提供平板电脑控制面板设置。现在,每当我单击文本框字段时,就会显示键盘。 Windows XP 兼容驱动程序必须使用旧子系统...

Answering my own question so it won't show up as unanswered any longer... From my comment above:

Looks like I've found the problem. The general purpose driver for the monitor wasn't installing it as a Tablet PC monitor. The Windows 7 only driver will provide a Tablet PC control panel settings. Now a keyboard shows up whenever I click in a TextBox field. The Windows XP compatible driver must have been using a legacy sub-system...

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