Hi
Is there a better way to disable the menu items
other than
for each menu item or command button.
Some like Typeof would be great.
Is there a better way to disable the menu items
other than
Code:
vb6 mnuFile.Enabled = False
Some like Typeof would be great.