Search code examples
c#vb.netkeyboardvirtualon-screen-keyboard

how to change language of Virtual Keyboard in C# or VB?


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")

Solution

  • 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