Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In Win7 touching edit box on screen then I can get a small picture to let me call osk (on screen keyboard). But in DirectX app all objects are pictures not true edit box, so I get nothing. I can just call osk by ShellExecute, but I want like an usual app in win7. So how can I call osk in DirectX app on touch screen like other app in win7?
Posted
Updated 21-Jun-10 22:24pm
v3

1 solution

Use Text Input Panel and setup InPlaceVisibleOnFocus and SetInPlaceHoverTargetPosition.

http://msdn.microsoft.com/en-us/library/ms700673(v=VS.85).aspx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900