I'm trying to use the arrow keys and Backspace key on a GoType! keyboard in my application to move through the items in a list. I have successfully used the physical page up and page down keys in the same form's event handler to move up and down a page at a time, and I have used the tab key from the GoType! keyboard on other forms to move between text fields, so I don't think this is a simple programming error. It appears that the list control itself is trapping these keystrokes. Does anyone know for sure if a list control traps keystrokes? If so, is there a way to filter the keys before the list control gets them? Mike Westerfield
