P
Peeter Ilumäe
Hi!
I have a form. It contains various controls and among other things a
standard main menu.
By default F10 acts like ALT pressed alone - it activates the menu selection
bar. I however have different needs for that key, and I've already written a
keydown event handler that modifies data on other controls when F10 is
pressed.
But, while doing what it has to, the F10 function key also does what it is
not supposed to - activating the main menu selection. So my question is -
how do I disable that? I've tried overriding the forms default
KeyUp-down-pressed events but either I did something wrong, or the reason
isn't there.
Any ideas for a solution?
Best regards,
Peeter Ilumäe
Codewiser.com
I have a form. It contains various controls and among other things a
standard main menu.
By default F10 acts like ALT pressed alone - it activates the menu selection
bar. I however have different needs for that key, and I've already written a
keydown event handler that modifies data on other controls when F10 is
pressed.
But, while doing what it has to, the F10 function key also does what it is
not supposed to - activating the main menu selection. So my question is -
how do I disable that? I've tried overriding the forms default
KeyUp-down-pressed events but either I did something wrong, or the reason
isn't there.
Any ideas for a solution?
Best regards,
Peeter Ilumäe
Codewiser.com