开发者

Windows 7 touchscreen keyboard in a WPF app

开发者 https://www.devze.com 2022-12-11 06:11 出处:网络
I\'m building a .NET 3.5 sp1 WPF app for use o开发者_Go百科n Windows 7 - is there a way to place the touchscreen keyboard in my application?

I'm building a .NET 3.5 sp1 WPF app for use o开发者_Go百科n Windows 7 - is there a way to place the touchscreen keyboard in my application?

NOTE: In contrast to other similar questions I'm not looking to embed the keyboard in my app, I just want to start the keyboard and use it for text entry.


Like Will said...just start the process.

System.Process.Start("osk")


Create a desktop shortcut to a batch file that starts both your application and the Windows on-screen keyboard?

0

精彩评论

暂无评论...
验证码 换一张
取 消