Posted By: jnox |
5/6/2006 1:36:00 PM |
Reply To: sharmanikita who posted...
|
|
In .NET 2003 you may have to make Form1 as an object, like "Dim f1 as New Form1". But in .NET 2005, you don't have to do it. You can directly type "Form1.show()" just like in VB6.
May help!
|
|