I have a win form, there are some controls. I want to handle all keypress events in the keypress event of a form. Is it possible without pressing a key for all controls?
Setting the KeyPreview property of the form to True should enable this.