I am putting a menu control on my form and using a collection to create the File Menu:

mnuFile - &File

Then when I select the Collections property under the mnuFile to add my submenu:

mnuFileOpen - &Open
mnuFileExit - &Exit

I keep getting the following error:

"Forms that are already visible cannot be displayed as a modal dialog. Set the forms visible property to false before calling ShowDialog."

#1 where do i set the forms visible property to false?

#2 Is that why I keep getting the error??

Any help or suggestions?

Thanks,

Anjari