I want to disable shortcuts in a menu. This dont work. Even though I dont have any shortcutkeys it automatically chooses the first letter in every menuitem. This I dont want. I found very little about this on the net. Below is a link where they finally concludes it with that there is a bug in vb.net. I have a whole lot of buttons with shortcutkeys that I really need and its pretty anoying that it ignores them and just open menues where I dont have any shortcutkeys.
This dont work eather:
FiskToolStripMenuItem.ShortcutKeys = Keys.None
This is what I have found so far, but it cant be possible...
http://social.msdn.microsoft.com/Forums/en/winforms/thread/c5b3eb02-0aa0-485c-bb67-2a053a19f40c
Please help!