Hi,
I have an app that minimizes to the system tray, I want it so if I press say F5 a message box appears (then I'll obviously add code to it etc).
I can get it to work while the form is active, but say I minimize it to system tray and press F5 nothing happens. Am I right in thinking the only way to get this to work is using 'keyboard hooking'? This looks pretty complicated.
So, for example, if I minimize my app, go onto Internet Explorer and press F5 I get a message box from my app to show on the screen.
How is this possible?
Any help appreciated.
I have an app that minimizes to the system tray, I want it so if I press say F5 a message box appears (then I'll obviously add code to it etc).
I can get it to work while the form is active, but say I minimize it to system tray and press F5 nothing happens. Am I right in thinking the only way to get this to work is using 'keyboard hooking'? This looks pretty complicated.
So, for example, if I minimize my app, go onto Internet Explorer and press F5 I get a message box from my app to show on the screen.
How is this possible?
Any help appreciated.