Hi! I have a menu and there I have listed several items.
Now when I want to hide the whole menu, I always have to say:
and so on and so on...Code:mnuItem1.Visible=False
Is there a way to write a function which gets a list of the menu and disables each found item?
thx, vbzero
