This is probably an easy question, and possibly a stupid one... but I've been searching and could not find an answer.
When I have a form with a number of buttons, pressing the arrow keys cycles through the buttons, giving each one of them focus in turn. How can I prevent that ?
I want to use the arrow keys for other purposes. Well I already do, and that works, but they STILL cycle through the buttons as well...
Looking at the button parameters I don't see anything that might help. I already have
When I have a form with a number of buttons, pressing the arrow keys cycles through the buttons, giving each one of them focus in turn. How can I prevent that ?
I want to use the arrow keys for other purposes. Well I already do, and that works, but they STILL cycle through the buttons as well...
Looking at the button parameters I don't see anything that might help. I already have
TabStop=false
and TabIndex=0
on all buttons.