3
Answers

Keyboard events handler for C# WinForms application

Pit Pi

Pit Pi

15y
7.6k
1
Hi,

how can I do global keyboard event handler for C# winform application? I think it should be a separate class with some methods and events, but I do not know exactely how to do this. Global handler should provide funcionallity to catch key pressed (for handling shortcuts).

best regards
Answers (3)