473,382 Members | 1,441 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Menu underscoring not showing

I just noticed a strange glitch in a program I have been updating for over a
month.

I was working on the Menu Bar items today and noticed that the underscore to
indicate a hot key was not visible on any of the menu or the drop down menu
in runtime environment but look correct in design view.
However the underscores on the buttons on the midi screen show as they
should.

The hot keys on the menu still work (i.e. Hitting Alt F will open the
dropdown menu for item 'File'). Also when I hit Alt all of the menu hot key
underscores become visible.

I am pretty new to Vb so I hope I am explaining myself correctly.

Could I have accidentally changed something in the compile setup, or is
there a number limitation to how many hot keys you can have?

All suggestions gratefully accepted.

Sep 10 '06 #1
4 4311

"CrystalMorgan" <Cr***********@SpamFree.Netwrote in message
news:Z1*****************@newsread3.news.pas.earthl ink.net...
I just noticed a strange glitch in a program I have been updating for over
a
month.

I was working on the Menu Bar items today and noticed that the underscore
to
indicate a hot key was not visible on any of the menu or the drop down
menu
in runtime environment but look correct in design view.
However the underscores on the buttons on the midi screen show as they
should.

The hot keys on the menu still work (i.e. Hitting Alt F will open the
dropdown menu for item 'File'). Also when I hit Alt all of the menu hot
key
underscores become visible.

I am pretty new to Vb so I hope I am explaining myself correctly.

Could I have accidentally changed something in the compile setup, or is
there a number limitation to how many hot keys you can have?

All suggestions gratefully accepted.
What's your OS? XP?

This is a "feature" M$ has added to the OS. If you use just the mouse they
don't appear, but if you use keystrokes they show up.

I don't know if there is some Windows option to override this or not. But it
isn't the fault of your program, and AFAIK there is nothing you can do in VB
to change it. (Perhaps SendKeys to yourself? <g>) I just ignore it.

-ralph
Sep 10 '06 #2

"Ralph" <nt*************@yahoo.comwrote in message
news:16******************************@arkansas.net ...
>

This is a "feature" M$ has added to the OS. If you use just the mouse they
don't appear, but if you use keystrokes they show up.

I don't know if there is some Windows option to override this or not.
Yes there is, in XP. Here is the sequence:

Desktop. Right Click. Properties. Display Properties dialog is shown.

Appearance Tab. Effects... button. Effects dialog is displayed.

Last check box on form reads:
Hid underlined letters for keyboard navigation until I press the Alt key

Uncheck to show menu underlines at all times.

Click Ok. Click Ok.

Sep 10 '06 #3
"Steve Gerrard" <my********@comcast.netwrote in message
news:D8******************************@comcast.com. ..
>
"Ralph" <nt*************@yahoo.comwrote in message
news:16******************************@arkansas.net ...


This is a "feature" M$ has added to the OS. If you use just the mouse
they
don't appear, but if you use keystrokes they show up.

I don't know if there is some Windows option to override this or not.

Yes there is, in XP. Here is the sequence:

Desktop. Right Click. Properties. Display Properties dialog is shown.

Appearance Tab. Effects... button. Effects dialog is displayed.

Last check box on form reads:
Hid underlined letters for keyboard navigation until I press the Alt
key
>
Uncheck to show menu underlines at all times.

Click Ok. Click Ok.
Hi, sorry have not responded sooner but have been out of town.
I am running Win2000Pro but with the aid of the key phrase you gave me (Hide
underlined letters) I found how to do it on Win2000.
Many, many thanks for your reply.
Crystal
>


Sep 12 '06 #4
"Ralph" <nt*************@yahoo.comwrote in message
news:16******************************@arkansas.net ...
>
"CrystalMorgan" <Cr***********@SpamFree.Netwrote in message
news:Z1*****************@newsread3.news.pas.earthl ink.net...
I just noticed a strange glitch in a program I have been updating for
over
a
month.

I was working on the Menu Bar items today and noticed that the
underscore
to
indicate a hot key was not visible on any of the menu or the drop down
menu
in runtime environment but look correct in design view.
However the underscores on the buttons on the midi screen show as they
should.

The hot keys on the menu still work (i.e. Hitting Alt F will open the
dropdown menu for item 'File'). Also when I hit Alt all of the menu hot
key
underscores become visible.

I am pretty new to Vb so I hope I am explaining myself correctly.

Could I have accidentally changed something in the compile setup, or is
there a number limitation to how many hot keys you can have?

All suggestions gratefully accepted.

What's your OS? XP?

This is a "feature" M$ has added to the OS. If you use just the mouse they
don't appear, but if you use keystrokes they show up.

I don't know if there is some Windows option to override this or not. But
it
isn't the fault of your program, and AFAIK there is nothing you can do in
VB
to change it. (Perhaps SendKeys to yourself? <g>) I just ignore it.

-ralph

Hi, sorry have not responded sooner but have been out of town.
After your reply I paid attention to other programs I ran.
Some of them had the underscore show and some didn't (go figure).
At least I know its not my coding.
Thanks ever so much.
Crystal
>

Sep 12 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Gernot Frisch | last post by:
Hi, I have found some menu functions. It works quite well, but how can I replace it with a simple <a href> if javascript is turned off? I reduced my code to:...
5
by: Nothing | last post by:
Is there a way to turn off the defult menu bar? I do not want the user to see the File, Edit, View, etc. menu. How do you turn it off? Michael Charney *** Sent via Developersdex...
6
by: Sandy | last post by:
Hello - I have a book that illustrates pulling menu items from a Sql Server table into an ascx via a stored procedure. Is this something that is done in the real world? I do like the effect...
7
by: GopherGold | last post by:
I have a site that uses a combination of Web.Sitemap and a SqlSiteMapProvider that I created (thanks to Jeff Proisse @ MSDN). One node of the Web.Sitemap is the same as the root node from the...
2
by: Ludwig | last post by:
My application has a main tool strip menu (File, Options, help,...). There are also a number of context menu's that popup. Some main menu items should also be available in some context menu's. ...
4
by: Fred | last post by:
Hi, I have a list box with a context menu. When I right click the menu appears as expected. However when I select an option on the context menu the menu does not close. The click event on the...
2
by: davidson1 | last post by:
Hai friends..for menu to use in my website..i found in one website....pl look below website.... http://www.dynamicdrive.com/dynamicindex1/omnislide/index.htm i downloaded 2 files.... ...
4
by: N00b13 | last post by:
I have a great JS menu but I have to update every page each time I want to change a link. Is there a way to store my links in a file and call it so i only change that file? (what I have tried so far...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.