Link to home
Start Free TrialLog in
Avatar of mastiSoft
mastiSoft

asked on

raise the OnScreenKeyboard from code

Hi, I have and application written on WPF (C#) which runs on tablets. In some places user have to input text or value but the application takes the entire screen (Maximised)
Is it any possibility to raise the OnScreenKeyboard from code?
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Avatar of mastiSoft
mastiSoft

ASKER

it is very interested and it works on windows forms but if I use WPF how do I select some object to start the project. User can only use the finger to point to that object . I tried "GetFocus" and "TouchEnter" but not of them working.
On Windows 8.0:
C:\Program Files (x86)\Windows Kits\8.0\Include\um\InputpanelConfiguration.idl

On Windows 8.1:
c:\Program Files (x86)\Windows Kits\8.1\Include\um\inputpanelconfiguration.idl
but I have Windows 10 and cannot include InputPanelConfigurationLib.dll
SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thank you very much, but it is not working on all build of Windows 10.
Double click on "C:\Program Files\Common Files\Microsoft Shared\ink\TabTip.exe", soft keyboard can not pop up. The problem is only found after upgrading to build 1067. I suppose this is nothing you can do about.
I have the latest of Windows 10 and it is working