View Single Post
Old Sep 10th, 2005, 12:20 PM   #1
brokenhope
Hobbyist Programmer
 
Join Date: Apr 2005
Posts: 126
Rep Power: 4 brokenhope is on a distinguished road
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.
brokenhope is offline   Reply With Quote