473,756 Members | 1,808 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 4323

"CrystalMor gan" <Cr***********@ SpamFree.Netwro te in message
news:Z1******** *********@newsr ead3.news.pas.e arthlink.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.comwrot e in message
news:16******** *************** *******@arkansa s.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********@com cast.netwrote in message
news:D8******** *************** *******@comcast .com...
>
"Ralph" <nt************ *@yahoo.comwrot e in message
news:16******** *************** *******@arkansa s.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.comwrot e in message
news:16******** *************** *******@arkansa s.net...
>
"CrystalMor gan" <Cr***********@ SpamFree.Netwro te in message
news:Z1******** *********@newsr ead3.news.pas.e arthlink.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
2139
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: <script>IncludeMenuHere()</script> More, any tips about "fading" the menu item in and out (x-browser)? Currently it's using DIVs and this.items.visibility(false);
5
5322
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 http://www.developersdex.com ***
6
3236
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 when viewing it in the source code, however, because it doesn't show the complete path to the file. (I'm talking about Internet Explorer click View, click source code.)
7
1729
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 SqlSiteMap. Each SiteMapProvider sources a separate menu. I use this configuration because it allows me to control static display depth on the menus separately. This worked fine on my local development machine, but when I moved the site to a...
2
9785
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. Is there a way of defining these shared menu items once, and merge them in the main menu and context menu. I don't want to create the same menu's and handling the same event handlers. What approach is there for sharing menu items, so that there...
4
3973
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 menu is fired but the menu remains. Is there anyway I can get this menu to close when I select a menu option?
2
2465
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.... menuitems.js mmenu.js
4
2377
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 has not worked, but then again my JS really never works :) ) my .js: if (typeof Scl == "undefined") { var Scl = {}; } (function()
0
9456
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9275
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10034
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9713
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7248
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6534
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5142
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3805
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2666
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.