使用 C# 中的按钮调用屏幕键盘
我正在使用 C# 创建一个 Windows 应用程序,单击 GUI 上的按钮时,应显示屏幕键盘。
如果给予任何帮助,将不胜感激。谢谢。
另外,由于我主要在应用程序的其余部分使用 Emgu Cv 库,我们可以简单地使用它来调用屏幕键盘吗?
I am creating a windows application using C#, where in a button on the GUI when clicked, should display the on-screen keyboard.
Would appreciate if any help is granted. thanks.
Also, since I am mostly using Emgu Cv library for the rest of my app, Can we simply use it for calling the On-screen keyboard?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在 C# 中,您只需编写以下代码行即可调用 Windows 附带的屏幕键盘应用程序:
您可以找到更多帮助 此处。
In C#, you can simply write the following line of code to invoke the on-screen keyboard application that comes with Windows:
You can find more help here.
对于 Windows 10 x64,您已将项目构建设置为 x64,如图所示。
For Windows 10 x64, You have set the project build to x64 as shown in image.
我尝试在端点内运行 osk 时遇到一些问题。这对我有用:
I had some problems trying to run osk within and endpoint. This works for me: