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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Executing osk.exe will pop up the more old-fashioned on-screen keyboard. The Windows 8 touch keyboard will pop up by executing
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. |
||||
|
If it is a desktop app, you might need to invoke If it is a Metro application, then you cannot invoke the SIP from the app itself. As per the MSDN docs:
|
|||
|
|
|
Same answer as Severin Stampler but in order to find the correct path from c# I use:
|
|||
|
|
