How to open the tablet-mode on-screen-keyboard in C#?
问题 I want to start the new On-Screen-Keyboard (OSK) using code. You can find this one in the taskbar: (if not there you find it by right clicking the taskbar). I have already tried the regular: System.Diagnostics.Process.Start("osk.exe"); But I want to start the other one (not in window mode). Here you see which OSK I want and which one not: How can I start that version? And how can I start it in a certain setting (if possible)? 回答1: By starting a process in command-line I believe you want to