KeyDown / KeyUp / KeyPress

  • Thread starter Thread starter Keith Smith
  • Start date Start date
Set the Form.KeyPreview to true and then handle the Form Keypress event.

Hope this helps

Chris
 
There are some key events that still get swallowed by controls even when
KeyPreview is true. If you really, really need to see all of these, you can
override the ProcessCmdKey() method in the form.

-Rachel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top