vote up 1 vote down star
1

I'm building a .NET 3.5 sp1 WPF app for use on 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.

flag

If you're not embedding it in your application, then you're intending to just start an external application? – Will Eddins Nov 6 at 21:56

2 Answers

vote up 1 vote down check

Like Will said...just start the process.

System.Process.Start("osk")
link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.