Is there a way to show the keyboard on an event. Like keystroke or click. Also retract it.
B bdiscount Active Member Licensed User Sep 24, 2007 #1 Is there a way to show the keyboard on an event. Like keystroke or click. Also retract it.
Cableguy Expert Licensed User Longtime User Sep 24, 2007 #2 You can use the gotfocus event present in most of keyboard dependent control like textboxes....then use sip(true/false) to show/hide the keybord
You can use the gotfocus event present in most of keyboard dependent control like textboxes....then use sip(true/false) to show/hide the keybord