Hi All
Can anyone tell me what the keycode is for the 'Alt' Button?
I'm trying to trap the CTRL + ALT + DEL group of keys and provide the user with a message once that series of buttons is pressed.
I have the code for the ctrl and Del buttons, but not the Alt
Also, when you write the "Case" statement, do you just place a plus (+) sign between the Keycodes? ie vbKeyControl + vbKeyDelete.
Thanks in advance.
Jedel
Can anyone tell me what the keycode is for the 'Alt' Button?
I'm trying to trap the CTRL + ALT + DEL group of keys and provide the user with a message once that series of buttons is pressed.
I have the code for the ctrl and Del buttons, but not the Alt
Also, when you write the "Case" statement, do you just place a plus (+) sign between the Keycodes? ie vbKeyControl + vbKeyDelete.
Thanks in advance.
Jedel