I am wondering if it is possible to handles KeyPress event at form level when there are controls in a form.
KeyPress
I can achieve this whe
You can do it by enabling KeyPrivew Property of your form.
Just set true to key preview property of your form it will work.