I\'ve been working for a while on my Windows Forms project, and I decided to experiment with keyboard shortcuts. After a bit of reading, I figured I had to just write an eve
Does your form have KeyPreview property set to true?
Form.KeyPreview Property Gets or sets a value indicating whether the form will receive key events before the event is passed to the control that has focus.
Form.KeyPreview Property
Gets or sets a value indicating whether the form will receive key events before the event is passed to the control that has focus.
http://msdn.microsoft.com/en-us/library/system.windows.forms.form.keypreview.aspx