Can someone tell me why this code doesn't work for Control/Alt keys, and another way to detect them? If it's easier, you could just explain how to assign Control/Alt shortcuts (like Control-S in Word is save) becuase that's what I'm trying to accomplish.

VB Code:
  1. Dim KeyAscii As String = Chr(e.KeyCode)


Thanks in advance,
Furry