If I create a MainMenu control on a form, and include short cut keys:
(i.e. &File , E&xit )
and run the app, the shortcut functionality Alt-F-X opens the menus and
works, but in the default state of the running form, the underscores (in my
example under the letter "F" in "File" and "x" in "Exit") are NOT visible by
default.
After hitting Alt-F, you THEN see the appropriate underscores....but it
seems to imply that you need to know, ahead of time, what the top level
short cut strategy is.....
Thus, a user will not see the shortcut strategy on the top level of the menu
visible with the form.
What am I overlooking ?
Thank you in advance for any input.

Signature
Frank Bachman
(Grumpy Aero Guy)
Shiva - 20 Oct 2004 05:00 GMT
Hi,
It is a Windows settting: Open Control Panel | Display. On the Appearnace
tab click Effects button and on the resulting dialog, uncheck 'Hide
underlined letters for keyboard...' and click OK.
HTH
If I create a MainMenu control on a form, and include short cut keys:
(i.e. &File , E&xit )
and run the app, the shortcut functionality Alt-F-X opens the menus and
works, but in the default state of the running form, the underscores (in my
example under the letter "F" in "File" and "x" in "Exit") are NOT visible by
default.
After hitting Alt-F, you THEN see the appropriate underscores....but it
seems to imply that you need to know, ahead of time, what the top level
short cut strategy is.....
Thus, a user will not see the shortcut strategy on the top level of the menu
visible with the form.
What am I overlooking ?
Thank you in advance for any input.

Signature
Frank Bachman
(Grumpy Aero Guy)
Grumpy Aero Guy - 20 Oct 2004 12:55 GMT
thanks.... so many twists, so many turns ...

Signature
Frank Bachman
(Grumpy Aero Guy)
> Hi,
>
[quoted text clipped - 26 lines]
>
> Thank you in advance for any input.
Herfried K. Wagner [MVP] - 20 Oct 2004 15:57 GMT
"Grumpy Aero Guy" <fbachman@beer_me.com> schrieb:
> If I create a MainMenu control on a form, and include short cut keys:
>
[quoted text clipped - 6 lines]
>
> After hitting Alt-F, you THEN see the appropriate underscores....
Showing the keyboard navigation indicators
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=showaccelerators>

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/
Grumpy Aero Guy - 21 Oct 2004 00:37 GMT
Vielen Dank....
Immer was neues und anderes !!!!!

Signature
Frank Bachman
(Grumpy Aero Guy)
> "Grumpy Aero Guy" <fbachman@beer_me.com> schrieb:
>> If I create a MainMenu control on a form, and include short cut keys:
[quoted text clipped - 10 lines]
> Showing the keyboard navigation indicators
> <URL:http://dotnet.mvps.org/dotnet/faqs/?id=showaccelerators>