Trap Keystrokes

Posted by Freddy Boisseau on 13-Nov-2008 16:00

Is it possible to trap keystrokes in a form? And if so is there an example that I can look at?

All Replies

Posted by Steve Croff on 13-Nov-2008 16:13

Yes, you can use the KeyDown event on a form. Attached is a very simple form that traps when the user presses Control-Spacebar.

[View:~/cfs-file.ashx/__key/communityserver-discussions-components-files/19/KeyTestForm.cls:550:0]

This thread is closed