i've a problem. I wanted a method to open touch keyboard on windows when the user click on TextBox on the wpf client.
So i've found this:
System.Diagnostics.Process.Start("TabTip.exe");
But I don't have a Process library on Windows universal app. My target is open automatically the keyboard when the textbox or text input is focused.
There is a solution for do this ? From C# code or WPF? exist a solution ?
My question it's not a duplicate of this, because i wanted to open/close automatically a touch keyboard every time a text input has focused.
Thanks