January 12th, 2000, 10:58 AM
I'm using VB6. I have several menus disabled, and I need to enable them through code. However, whenever I try to do, say, frmMain.mnuToolsMap.enabled = True, (frmMain is the MDI parent of the form from which I'm enabling the menu) it gives me an error saying that there cannot be multiple instances of an MDI parent form. What am I doing wrong?