Search code examples
c#windowsdelegateswindows-key

Use the Windows-key for another purpose in C#


Is there a way to disable the standard built-in function of the Windows-Key (open the start-menu) and activate instead of that function for instance a delegate or an event in C#? I want to use this as an additional key in a full-screen app.


Solution

  • Hooks.

    http://www.codeproject.com/KB/cs/globalhook.aspx