How to activate and deactivate the keyboard? is to block the signal come keyboard to CPU, so that the user cannot enter any value to the computer.
Thanks
pls mail to [email protected]
Printable View
How to activate and deactivate the keyboard? is to block the signal come keyboard to CPU, so that the user cannot enter any value to the computer.
Thanks
pls mail to [email protected]
Take a look at Dan Appleman's API books and his website. Trough the API calls you can disable and enable keyboard programaticaly.
I'm not sure it's the best way to handle your problem, but you could try setting your Form's KeyPreview to True abd then do nothing. My guess is that program will not pass any data to the chosen control. You might use the Form_Keypress event to give user some message. I don't have VB IDE right where I am, so . . . just try it.
Jean Spector
Tech Support Team Leader, CET
[email protected]
(in VB from 11/1999)
Thanks you for the information :))))
Johnny
Thanks for your information :)))
Johnny