Quote:
Originally Posted by Erel
You can catch the left and right keys with Form_KeyPress event. Use the Door library to set the form's KeyPreview property to true (it is the first example here: Door)
|
Ah, so the door essentially (among a lot other things) turns events on or off. Good to know.
I guess this is where I need to dig a little deeper into .net
thx, hlo