How to use Windows On-Screen Keyboard in C# WinForms
问题 VS 2010 Developing 32-bit app that runs on 64-bit OS (Windows 7, Windows 8 - desktop app) C# .NET 4.0 WinForms I have found many threads on launching the Windows on-screen keyboard ( osk.exe ) from an application, but I am running into some problems. It appears to be because I am running a 32-bit app on a 64-bit OS. I've tried the code posted by WooCaSh here: Keyboard on the screen in WinForms But none of the three different paths work for me. For the sysnative path, Process.Start fails with