|
-
Oct 12th, 2000, 03:05 AM
#1
Thread Starter
New Member
Dear all,
I am having a problem on how to disable the Shift key, Alt key and Ctrl key for my application. Does anybody know how I can do it?
Thanks for your sincere advices in advance.
Cheers with best regards,
-
Oct 12th, 2000, 04:04 AM
#2
Lively Member
You could just trap the keys in the KeyDown or KeyPress event (I don't remember which, it should be the one that accepts KeyAscii though).
Check with the ASCII table or use the VB constants to know what to set KeyAscii = 0.
HTH.
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
|