Hi
How do I disabled someone menu option ?
thank you in advance
Printable View
Hi
How do I disabled someone menu option ?
thank you in advance
mnuMenuItem.Enabled = False
Hi
Excuse me, but I can not specify write
What I want is when the user clik in the option menu, is disabled the other options . Has somone loop that do it ?
thank you
:( :D :D :D
If you had an array of menu items, it would make disabling them all a lot easier.
How do I do It ?
:D :o
Just change the Index property.
Before considering that, why don't you jus' disable each item?
Or better yet, disable the one menu that holds all the submenus.