Recently I ran in to a situation where I had to capture keystrokes at the application level and launch an action based on the keystroke. I tried using the ‘keyPress’ event for the main form, but it was hit or miss based on which control had the focus. The form was very large with manyRead more