Menu shortcuts

  • Thread starter Thread starter J L
  • Start date Start date
J

J L

I create a MainMenu and set its text to &Admin. In VB6 this means
Alt-A would execute the menu. It does execute the menu but when the
form is first displayed, the "A" in Admin is not underlined. It does
show up underlined after I use Alt-A once.

Why is this? How do I get it to display with the underline initially?

TIA,
John
 
John,

J L said:
I create a MainMenu and set its text to &Admin. In VB6 this means
Alt-A would execute the menu. It does execute the menu but when the
form is first displayed, the "A" in Admin is not underlined. It does
show up underlined after I use Alt-A once.

Why is this? How do I get it to display with the underline initially?

Showing the keyboard navigation indicators
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=showaccelerators&lang=en>
 
Thanks, that was the problem. Why did they add that esoteric setup to
WinXP? Makes no sense to me. If an app as the navigation control, why
would someone want to not display it but still have it operational??

John
 
J L said:
Why did they add that esoteric setup to
WinXP? Makes no sense to me. If an app as the navigation control, why
would someone want to not display it but still have it operational??

Who knows... :-).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top