|
Using Multiple Windows...
Alright well what im trying to achieve is to open a window onto of the main window.
I am createing a notepad/ richtext editor, and when the user clicks file new on the menu a window should prompt with the FileNew Form I created. I know in VB6 all I had to do is say TheFormName.Visible = True but its not this way in .NET, anyone know how?
Also to clear up any confusion, the form I want to show has already been created and is in the project explorer, the forms name is frmFileNew
Thanks.
|