Thanks for the overwhelming responses.
Needless to say much ploughing through the help got me to a point where a
menu works, appears and does what any menu should.
Problem.
Too disable a menu option the code
mnuFuncPlay.Enabled = False
should work.
mnuFuncPlay is created via
mnuFunc.Items.Add 1, "mnuFuncPlay", "Play"
however the application returns the following error
Variable is undefined: 'mnuFuncPlay'
does mnuFuncPlay need to be declared as a MenuBarMenu or does mnuFunc.Items
do this for you?
Quote:
> Hi all,
> quick, probably really simple query.
> How does one go about creating menus in eVB - the VB Menu Editor seems to
> have disappeared.
> Any tutorials or help would be apprieciated!
> JC