Add shortcuts to a system tray application
-
hallo I wrote a small system tray application, and I would like to make it react to shortcuts. How could I achieve this? thanks in advance
-
hallo I wrote a small system tray application, and I would like to make it react to shortcuts. How could I achieve this? thanks in advance
I do not think that you can do that without hooking keyboard events globally.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
I do not think that you can do that without hooking keyboard events globally.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
thank you Henry, I was actually looking in that direction... :)
-
thank you Henry, I was actually looking in that direction... :)
I'll go for this.