Problem with menu item

  • Thread starter Thread starter Gary Nastrasio
  • Start date Start date
G

Gary Nastrasio

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?
 
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.
 
Back
Top