Cant set menu shortcut key

  • Thread starter Thread starter Jack Russell
  • Start date Start date
J

Jack Russell

Anyone know this does not set the shortcut key (underline)

MenuArray(i).Text = "&" + Trim(i.ToString) + " " + s
Thanks
 
Anyone know this does not set the shortcut key (underline)

MenuArray(i).Text = "&" + Trim(i.ToString) + " " + s
Thanks

My guess is that you have the hide accelerators thing enabled. Hit the
alt-key while the menu is visible, and I'll bet your shortcut shows up.
It's a feature of 2K and later....
 
Tom said:
My guess is that you have the hide accelerators thing enabled. Hit the
alt-key while the menu is visible, and I'll bet your shortcut shows up.
It's a feature of 2K and later....
Well I'll be ....
Thanks,
Is this a .net thing or an OS thing. I searched help on both and got
nowhere. How do I change it?
 
Well I'll be ....
Thanks,
Is this a .net thing or an OS thing. I searched help on both and got
nowhere. How do I change it?

It's an OS thing... How do you change it - well, you have to right
click on the desktop, and select properties and on one of those tabs,
you'll see some wording like "Hide shortcuts until I press the alt key"
or something to that effect...
 
Tom said:
It's an OS thing... How do you change it - well, you have to right
click on the desktop, and select properties and on one of those tabs,
you'll see some wording like "Hide shortcuts until I press the alt key"
or something to that effect...
Thanks
 

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