You'll at least need to call Show on the form.
Code:class Class1 { private Form1 myform; public Class1() { myform=new Form1(); myform.Show( ); } }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |