|
-
December 30th, 1999, 08:48 AM
#1
How to control
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]
-
December 30th, 1999, 09:07 AM
#2
Re: How to control
Take a look at Dan Appleman's API books and his website. Trough the API calls you can disable and enable keyboard programaticaly.
-
December 30th, 1999, 09:23 AM
#3
Re: How to control
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)
-
January 10th, 2000, 10:35 AM
#4
Re: How to control
Thanks you for the information )))
Johnny
-
January 10th, 2000, 10:37 AM
#5
Re: How to control
Thanks for your information ))
Johnny
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|