简体   繁体   中英

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.

Does anybody have any idea how to do this? Whether there is a specific touch API I can touch into? My application is currently written in winforms and c#.

Many thanks, Christian

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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