Running project
-
Hi I have Visual Studio 2008 installed and I am working on a Windows Form with a menu. I have builded all the elements of menu File...View ..Edit and also added shortcuts. Everything seems fine on Ddesign View but when I build -run project I can see only the menu without shortcuts.What's going on?? BR
-
Hi I have Visual Studio 2008 installed and I am working on a Windows Form with a menu. I have builded all the elements of menu File...View ..Edit and also added shortcuts. Everything seems fine on Ddesign View but when I build -run project I can see only the menu without shortcuts.What's going on?? BR
If by shortcut, you mean the underlined letter in each menu item, hold down the <Alt> key. Otherwise, the MenuItems have a
ShowShortcutKeys
property, set it totrue
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
If by shortcut, you mean the underlined letter in each menu item, hold down the <Alt> key. Otherwise, the MenuItems have a
ShowShortcutKeys
property, set it totrue
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
I tried with ALT and the property ShowShortcutKeys is set to true but the result is the same. BR
Did you put an "&" character in front of the character that you're using as the shortcut key??
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008