B
Brano
Hi all,
I have this problem I have a menu structure in my VB.NET application
that is about 4 levels deep. I need an CTRL+key access to the 3rd
level so that if user press CTRL+key the 3rd menu rolls out
The standart code :
myMenuItem.Shortcut = Shortcut.CtrlA
does not work it only works for the final item in the menu that has an
event handler but this is what I need to do...
Anybody any suggestions?
I have this problem I have a menu structure in my VB.NET application
that is about 4 levels deep. I need an CTRL+key access to the 3rd
level so that if user press CTRL+key the 3rd menu rolls out
The standart code :
myMenuItem.Shortcut = Shortcut.CtrlA
does not work it only works for the final item in the menu that has an
event handler but this is what I need to do...
Anybody any suggestions?