F
Frank Rizzo
I'd like to detect a condition when a user presses a predefined keyboard
combination. For instance, left shift + right control + 5 on the number
pad.
I've tried the KeyDown event on the form. But I can't determine which
shift (or control) key was pressed (right or left). I've tried
e.KeyCode, e.KeyData, e.Modifiers. Am I missing something really basic?
Thanks
combination. For instance, left shift + right control + 5 on the number
pad.
I've tried the KeyDown event on the form. But I can't determine which
shift (or control) key was pressed (right or left). I've tried
e.KeyCode, e.KeyData, e.Modifiers. Am I missing something really basic?
Thanks