When you handle keyboard input in Windows Form, you have to control them in at least two level: Form level and Control level. At Form level, you MUST set the KeyPreview property of the form to true so that keyboard messages are received by the form before they reach any controls on the form when [Read More ...]