Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to build an application which will call Microsoft on screen keyboard from my application form(windows form using c#).So my problem is I am not able to call on screen keyboard from my application. please help
Posted

I solved it
System.Diagnostics.Process.Start("osk.exe");
 
Share this answer
 
Hi,
You may use this Process.Start(@"C:\windows\system32\osk.exe");
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900