I`ve been trying to figure this out, I`m using WPF to build my application. I want to create a shortcut key for the application (CTRL+ALT+3, for example). I`ve tried everything I found over the internet, but with no success.
I want to use a hot key to minimize the application to the tray icon that I will create it later on.
The problem now I can`t figure out how can I do this using the C# WPF on Visual Studio 2010.