简体   繁体   English

WPF应用程序的虚拟触摸键盘

[英]Virtual Touch Keyboard for WPF Application

Hi I am currently building a WPF application that is supposed to run on a windows 7 OS. 嗨,我目前正在构建应该在Windows 7 OS上运行的WPF应用程序。 Users will interact with the system via a touch screen. 用户将通过触摸屏与系统进行交互。

I need a virtual keyboard so users can enter information into the system, but want to prevent them from having access to controls such as ctr+alt+del. 我需要一个虚拟键盘,以便用户可以在系统中输入信息,但希望阻止他们访问ctr + alt + del等控件。

I want something like this: http://www.eightforums.com/attachments/f1/f42/20237d1366083644-annoying-touch-keyboard-problem-microsoft-windows-8-touch-keyboard-mouse.jpg 我想要这样的东西: http : //www.eightforums.com/attachments/f1/f42/20237d1366083644-annoying-touch-keyboard-problem-microsoft-windows-8-touch-keyboard-mouse.jpg

How do I implement something like this so that the keyboard comes up when a textbox receives focus? 我如何实现这样的功能,以便在文本框获得焦点时启动键盘?

Are there any free / commercial solutions? 有免费/商业解决方案吗? or do I have to manually implement something like this? 还是我必须手动实现类似的东西?

这篇文章展示了一种使用Windows p / invoke命令在用户单击以下元素时自动显示触摸键盘的好方法: https : //stackoverflow.com/a/22396330/865666

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM