How to catch key press on a form c# .net

Posted by flavour404 on Stack Overflow See other posts from Stack Overflow or by flavour404
Published on 2010-06-08T20:56:39Z Indexed on 2010/06/08 21:02 UTC
Read the original article Hit count: 143

Filed under:
|
|

Hi,

I have a parent form that contains a lot of controls. What I am trying to do is filter all of the key presses for that form. The trouble is that if the focus is on one of the controls on the form then the parent form is not getting the key press event, so how do I capture the key down event?

Thanks, R.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET