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

You should first change the form's KeyPreview property using the Door library (first example here):
Door library (Beta) - Special library

Afterwards use the form's KeyPress event to catch all keys.
Reply With Quote