[RESOLVED] Restore App From System Tray Using Shortcut Keys
I'm trying to build an application that when I press a keyboard shortcut, say CTRL + ~, if the window is minimized to the system tray it is displayed.
I have seen a few programs do this and have always wondered how to do this, but haven't had the opportunity to do learn it until now and I really don't know if its something simple or complex.
Re: Restore App From System Tray Using Shortcut Keys
search the forum for registerhotkey/unregisterhotkey API
Re: Restore App From System Tray Using Shortcut Keys
Thanks. I searched for it a long time ago, but couldn't remember what forum I had come across it on.