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?
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?