问题
I'd like to know if is possible to get keyup/keydown/keypress events on a Windows.Forms.Form that is minimized or not focused, so, for example, if I press the Ctrl key the event would be executed on the Form.
It's possible to do that? How should I proceed to get this result?
来源:https://stackoverflow.com/questions/17056235/how-to-get-keyup-keydown-keypress-events-on-a-windows-forms-form-that-is-minimiz