|
-
Nov 14th, 2002, 05:08 PM
#1
Thread Starter
Hyperactive Member
problem with menu shortcuts....
I have a weird problem, i have made a menu and in the File menu, the shortcuts dont work, how could i get the short cuts to work?
-
Nov 14th, 2002, 05:17 PM
#2
Addicted Member
When you create a Menu Item using the VB Menu Editor, you can either select a pre-defined shorcut for each item or use the & sign.
A menu item Caption defined like this:
&My Menu Item
Would be activated by ALT "M" because you have the Ampersand before the M.
Now you could also define a shortcut from the drop-down list as well if you wanted.
Perhaps you can describe what you have done?
Some days you're the dog,
and some days you're the hydrant.
VB6 Enterprise
-
Nov 14th, 2002, 05:28 PM
#3
Thread Starter
Hyperactive Member
well i try to describe, i have made an File menu, and put shortcuts for Open, New, Save, and Print, and they dont work, all my program is, is a text editor, i dont have the ampersands before the letters
-
Nov 14th, 2002, 08:12 PM
#4
Thread Starter
Hyperactive Member
-
Nov 14th, 2002, 08:15 PM
#5
PowerPoster
You want the "Open" button to open a file, etc?
-
Nov 14th, 2002, 08:55 PM
#6
Thread Starter
Hyperactive Member
ermm... no, the short cuts to the buttons dont work
-
Nov 14th, 2002, 09:13 PM
#7
PowerPoster
Oh... I was getting worried for a moment 
In the menu editor it should be
&Open
You can move the & around to find the letter which u want to have as the shortcut.
-
Nov 15th, 2002, 05:09 PM
#8
Thread Starter
Hyperactive Member
what about the shortcuts from teh drop down menu, that is mainly what i wanted
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|