How to show the virtual keyboard without a Menu

  • Thread starter Thread starter ShakeDoctor
  • Start date Start date
S

ShakeDoctor

Hi, I'm creating a full screen application (using the
System.Windows.Forms.FormWindowState.Maximized window state), and I've come
to a screen where the user has to enter some text.

Is there any way of showing the virtual keyboard on the screen
programmatically, and can I override the OnPaint method to make the keyboard
in the same style as the rest of the application? or do I have to implement
my own virtual keyboard?
 
You can PInvoke ShowSIPIM() or you can create a managed keypad. These two
links should help:
 
Back
Top