I am trying to create some custom DirectX controls like textbox/editbox. It is not hard to catch hardware keyboard events, but is there a way to show virtual keyboard when user touch my control?
The touch keyboard uses the accessibility system to know when it should come up. If your control's UIA provider supports the TextPattern then the keyboard should come up automatically. See
Input Hosting Manager and the Touch Keyboard.
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.