c# - how to create hotkey to show window? -


I am working on the window using C # when I press the key but I do not know how to make hotkeys Show my app window for .. Tell me?

You can create an application that starts and then installs a so-called keyboard hook Here's a good example:

After that the application can be reduced to the taskbar or system tray. The keyboard hook's event holder then re-activates the app.


Comments

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

objective c - Mouse events for an NSSegmentedCell subclass? -