0

I want to change language of OSK in my Project when show. How can I do it?

This is my code:

Private oskProcess As Process
oskProcess = Process.Start("osk")
diiN__________
  • 7,393
  • 6
  • 42
  • 69

1 Answers1

0

I think OSK can't do this, but TabTip can. Maybe this will help you.

Private tabtipProcess As Process
tabtipProcess = Process.Start("tabtip")

and read this article, tells about how to control tabtip. It may be usefull Start TabTip with numpad view open

Community
  • 1
  • 1
Anton
  • 339
  • 2
  • 15