I'm looking to use the F10 key in my application, but everytime I use it, it activates the menus in the primary window (similar to "alt". How do I disable the message to the main window?
You can set up windows hook using the API SetWindowsHookEx with the WH_KEYBOARD option.By doing this u can trap the F10 key first in your application and then let it go for default processing.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.