Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to bring up the Windows 8 on-screen keyboard in a desktop app

I have a fullscreen DirectX desktop app, and would like to display the on-screen keyboard when the user taps a textbox in my game. Is there a way to do this while in fullscreen mode?

like image 962
bbosak Avatar asked Aug 08 '12 22:08

bbosak


1 Answers

Executing osk.exe will pop up the more old-fashioned on-screen keyboard. The Windows 8 touch keyboard will pop up by executing

C:\Program Files\Common Files\Microsoft Shared\ink\TabTip.exe

I just figured that out, since I'm working on a fullscreen desktop app that is running on a tablet PC without keyboard attached.

Severin.

like image 98
Severin Stampler Avatar answered Nov 05 '22 05:11

Severin Stampler