虚拟键盘 wpf
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/15920930/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
virtual keyboard wpf
提问by Lamloumi Afif
I am developing a WPF application that will need to a virtual keyboard . In addition, the application contains windows that need only numeric keyboard and other windows needed the hole keyboard (26 lettres + 10 numbers). I don't know if there is a tool that can do it or i must design my own keyboard.
我正在开发一个需要虚拟键盘的 WPF 应用程序。此外,该应用程序包含只需要数字键盘的窗口和其他需要孔键盘的窗口(26 个字母 + 10 个数字)。我不知道是否有工具可以做到,或者我必须设计自己的键盘。
What is the best tool to accomplish this task?
完成此任务的最佳工具是什么?
采纳答案by Tan
Im using this http://wpfkb.codeplex.com/and its works fine for me. You can modify it after needs..
我正在使用这个http://wpfkb.codeplex.com/并且它对我来说很好用。你可以根据需要修改它..
回答by Ofiris
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
Other answer suggests: WPF Touch Screen Keyboardwhich has the same license, note the last release is from 2009.
其他答案建议:具有相同许可证的WPF 触摸屏键盘,请注意最后一个版本是 2009 年。

