I used a Select Case statement to implement some code in the KeyPress Event of a form. However, for some reason the event is never triggered. For example if you press the left arrow button (one of the constants in the select case statement), the focus shifts to an option button on the form. How can I fix this problem?