Show & hiding the Windows 8 on screen keyboard from WPF

后端 未结 8 1731
我寻月下人不归
我寻月下人不归 2020-12-03 08:17

I\'m writing a WPF application for a Windows 8 tablet. It\'s full windows 8 and not ARM/RT.

When the user enters a textbox I show the on screen keyboard using the fo

8条回答
  •  一生所求
    2020-12-03 09:02

    try this one

    System.Diagnostics.Process.Start("TabTip.exe");
    

    I hope this will help you.

提交回复
热议问题