I would like my application which is in the system tray to respond to a particular function key, lets say F4.
How do I do that? In a Win32 WndProc do I have a case for WM_KEYDOWN and checks for the function key value? Or do I have to create a hook function?
I cannot find any information about Function Keys in Visual C++ anywhere.
Could someone enlighten me and provide pointer to documentation sources.
Thanks