on screen keyboard, windows 7
-
Thursday, August 16, 2012 9:23 PM
Hi All,
Is there a good on screen keyboard for windows 7, VB2010, .NET FW 4.0 ?
This seems like an obvious need in this era of touch screen apps.
It needs to be a component that can be popped up and customized easily from .NET apps.
Any suggestions?
Thanks,
Andy
Nothin' but net, .Net that is...
All Replies
-
Monday, August 20, 2012 5:06 AMModerator
Hi Andeezle,
Base on my knowledge, I think you can simulate keyboard click by using SendKeys Class or SendInput function.
The All-In-One Code Framework provide a on screen keyboard sample, see
http://code.msdn.microsoft.com/VBSoftKeyboard-161d92d7
They are also some third party code samples.
http://www.codeproject.com/Articles/13596/Touchscreen-Keyboard-UserControl
http://www.codeproject.com/Articles/10772/Screen-Keyboard
http://msdn.microsoft.com/en-us/magazine/hh708756.aspx
Bob Wu [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by Bob Wu-MTMicrosoft Contingent Staff, Moderator Friday, September 07, 2012 5:37 AM


