|
-
May 6th, 1999, 03:21 PM
#1
How to progam the function keys
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|