I have a .NET 1.1 program which uses System::Windows::Forms::MainMenu. I
have the "ShowShortcut" property turned on, and the "Shortcut" property
is set to CTRL1. The problem is, when the program is running, the menu
shortcut shows up as CTRL+D1. How can I change this so it just shows up
as CTRL+1?

Re: Problem with menu item by Stoitcho

Stoitcho
Thu Mar 02 08:52:54 CST 2006

Gary,

I guess you use .NET 1.x because this has been fixed in .NET 2.0.

For .NET 1.x I'm not sure you can do anything about it unless you don't do
some custom drawing of the menu items.


--

Stoitcho Goutsev (100)

"Gary Nastrasio" <garynastrasio@hotmail.com> wrote in message
news:Obc2r4WPGHA.516@TK2MSFTNGP15.phx.gbl...
>I have a .NET 1.1 program which uses System::Windows::Forms::MainMenu. I
>have the "ShowShortcut" property turned on, and the "Shortcut" property is
>set to CTRL1. The problem is, when the program is running, the menu
>shortcut shows up as CTRL+D1. How can I change this so it just shows up as
>CTRL+1?