shellExecute run to osk.exe


Recommended Posts

Hi,

I am trying to run windows keyboard exe with shellExecute. But it is not opening. I tried different way to run.


system.ShellExecute("C:\WINDOWS\system32\osk.exe","open","","","normal")
system.ShellExecute("osk.exe","open","","","normal")

Link to comment
Share on other sites

  • 1 year later...

The onscreen keyboard has been deprecated and removed in new releases, largely because Windows has a built in on screen keyboard designed for use on touch screens.  If you are exclusively using a touch screen and no mouse/keyboard you probably should just tell Windows you want to always run in Tablet mode.  This is set from the Control panel -> System -> Tablet (on Windows 10 at least...)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.