I want my Form to handle keyboard strokes. I search the msdn and found the method to do so, but the examples they have are for a textBox. Like textBox1_KeyPressed(...). I want to be able to handle the keyboard as long as the Form is active. How can I do this?