简体   繁体   English

虚拟键盘wpf

[英]virtual keyboard wpf

I am developing a WPF application that will need to a virtual keyboard . 我正在开发一个需要虚拟键盘的WPF应用程序。 In addition, the application contains windows that need only numeric keyboard and other windows needed the hole keyboard (26 lettres + 10 numbers). 此外,该应用程序包含只需要数字键盘的窗口和其他需要孔键盘的窗口(26个字母+10个数字)。 I don't know if there is a tool that can do it or i must design my own keyboard. 我不知道是否有工具可以做到这一点,或者我必须设计自己的键盘。

What is the best tool to accomplish this task? 完成此任务的最佳工具是什么?

What is the best tool to accomplish this task? 完成此任务的最佳工具是什么?

Don't know whether its the best tool, but this one has The Microsoft Public License (Ms-PL) and should do for your needs: 不知道它是否是最好的工具,但是这个具有Microsoft公共许可证(Ms-PL)并且应该满足您的需求:

A Software Virtual Keyboard for Your WPF-Apps 适用于WPF应用程序的软件虚拟键盘

Other answer suggests: WPF Touch Screen Keyboard which has the same license, note the last release is from 2009. 其他答案表明: WPF触摸屏键盘具有相同的许可证,请注意最后一个版本是从2009年开始。

Im using this http://wpfkb.codeplex.com/ and its works fine for me. 我正在使用这个http://wpfkb.codeplex.com/ ,它的工作正常。 You can modify it after needs.. 你可以在需要之后修改它..

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

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