How to use On-Screen keyboard

G

Guest

C#

I am trying to automate the standard Microsoft On-Screen Keyboard. I have
an app running on windows xp on a touch screen device. I want to popup the
on-screen keyboard whenever they enter a text box so they can enter some
text.

How can this be done?

Thanks

Steve
 
P

Patrick Steele

C#

I am trying to automate the standard Microsoft On-Screen Keyboard. I have
an app running on windows xp on a touch screen device. I want to popup the
on-screen keyboard whenever they enter a text box so they can enter some
text.

How can this be done?

Would this work for you:

System.Diagnostics.Process.Start("osk")
 
G

Guest

Hi, I am currently using an API call to use the OSK. But is there also any
way to specify that I want a standard layout of the keyboard
programmatically. By default, the keyboard is showing up in the Enhanced
layout?

Narasimham
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top