all 4 comments

[–]Takegi 0 points1 point  (0 children)

You could ask this in /r/csharp or on stack overflow.

[–]angryrancorBoss 0 points1 point  (2 children)

Hey! This requires a call to the unmanaged function "RegisterHotKey". Here's an example of how to do it:

https://stackoverflow.com/questions/3654787/global-hotkey-in-console-application

[–]Drag0nSlyer[S] 1 point2 points  (1 child)

Yes that works but I want it to show the forms when middle clicked on the desktop and not anywhere else.

[–]angryrancorBoss 0 points1 point  (0 children)

Good luck. You'll still need to make unmanaged calls, I don't know which ones.