The main menu of my application uses 1-9 as access keys for the
selections.
For a variety of reasons, all the forms in this app are modal.
Nevertheless, in the forms, the menu access keys still (attempt to)
function.
[This comes up because I use the same numbers as access keys in the
form. Generally, the form keys override the menu keys. However, if
one of the contols in the form is disabled, the menu key of the same
number becomes active again.]
Is there a way to "turn them off", or otherwise temporarily disable
the menu bar?
Thanks