I have an app that is nothing more than a few option buttons that runs and pauses a serial device. The app sits on top of other software on the same computer.
The problem is...
If someone doesn't realize that my app is the active window and presses an arrow key it toggles through the option buttons.
What I want to do is remove the keystroke command before it changes the option button.


Reply With Quote