简体   繁体   English

如何通过 winforms 从 Windows 7 平板电脑召唤触摸键盘?

[英]How can I summon the touch keyboard from a Windows 7 tablet, through winforms?

Basically I just need to be able to summon the keyboard whenever a user touches a text box in my application, instead of them having to go to the taskbar and actually request that the keyboard is summoned.基本上我只需要能够在用户触摸我的应用程序中的文本框时召唤键盘,而不是他们必须 go 到任务栏并实际请求召唤键盘。

Does anybody have any idea how to do this?有谁知道如何做到这一点? Whether there is a specific touch API I can touch into?是否有具体的touch API我可以摸进去? My application is currently written in winforms and c#.我的应用程序目前是用 winforms 和 c# 编写的。

Many thanks, Christian非常感谢,克里斯蒂安

Process.Start(@"C:\windows\system32\osk.exe"); Process.Start(@"C:\windows\system32\osk.exe");

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

相关问题 在 WinForms 输入焦点上自动弹出平板触摸键盘 - Automatically pop up tablet touch keyboard on WinForms input focus 如何在Windows 10平板电脑中获得“触摸屏键盘”以停止在WPF应用程序中打开两次? - How can I get the “touchscreen keyboard” in a Windows 10 tablet to stop opening twice in our WPF app? Windows 8 - 如何解除触摸键盘? - Windows 8 - How to Dismiss Touch Keyboard? 如何在 Windows 10 的 WinForms 中禁用触摸滚动? - How to disable touch scrolling in WinForms for Windows 10? 从 Windows 获取触控事件,用于平板电脑或协作显示器 - Get Touch Events from Windows for Tablet or Collaboration Display 如何在UWP应用中将自定义工具栏添加到触摸键盘? - How can I add a custom toolbar to the touch keyboard in UWP apps? 屏幕键盘-Windows 8.1平板电脑 - On Screen keyboard - Windows 8.1 Tablet 对于Windows Embedded Standard 7上的WinForms应用程序,如何在c#中检测设备是否启用了触控功能 - How do I detect if a device is touch-enabled in c# for a WinForms app on Windows Embedded Standard 7 如何在Windows 8上捕获触摸键盘加载事件? - How to catch touch keyboard loading event on windows 8? Windows 10(表面)上的键盘Winforms - Keyboard Winforms on Windows 10 (surface)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM