View Single Post
  #2 (permalink)  
Old 05-01-2008, 06:20 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,204
Default

The form never gets the focus if there are any other controls on it that can be focused.
One solution is to change the form's KeyPreview property using the Door library: Door library (Beta) - Special library (first example).
After adding this code you can use Form1_KeyPress event to handle the D-Pad buttons.
Reply With Quote