|
-
Feb 14th, 2000, 12:43 PM
#1
Thread Starter
Junior Member
-
Feb 14th, 2000, 01:16 PM
#2
Lively Member
David Richardson
Put this in your login form's KeyDown event
Something like:
' This code was not tested.
If Shift = vbKeyAlt* + vbKeyControl* and KeyCode = vbKeyDelete* then
' User pressed ctrl+alt+Del
End If
'* - Check your object browser for the correct names of the key constants.
-
Feb 15th, 2000, 01:14 AM
#3
Thread Starter
Junior Member
Thanks, I have looked at the Object browser, but as I said... i cannot detect when the Alt key is pressed as ther is no keycode constant or what have you available. This has got to be possible.... Someone... Aaron Young!!! Plz help!!! 
David Richardson
-
Feb 15th, 2000, 11:46 AM
#4
Lively Member
ok then, since i don't have vb in this machine, try getting help for the "KeyDown" event and look for the "Shift" parameter. the help will explain all the parameters. i'm sure there is a constant value for the alt and ctrl keys.
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
|