G
Guest
Hi ther
I have a small vb.net 2003 program with 5 forms: form1, form2, et
I have a module in the program from where I want to launch form1 - the main for
In the module I have a bunch of public declarations like
Public carstuf
Public yardstuf
and so o
At the end of the modul
I have a sub mai
The module looks like this
==================
Module myMo
Public carstuf
Public yardstuf
and mor
-----------------
Sub Main(
Can someone please tell what statement I can put in here to load and show form1
End Su
End Modul
===========================
I tried all of the vb6 ways to do this that I know and nothing work
Please...
Thank
I have a small vb.net 2003 program with 5 forms: form1, form2, et
I have a module in the program from where I want to launch form1 - the main for
In the module I have a bunch of public declarations like
Public carstuf
Public yardstuf
and so o
At the end of the modul
I have a sub mai
The module looks like this
==================
Module myMo
Public carstuf
Public yardstuf
and mor
-----------------
Sub Main(
Can someone please tell what statement I can put in here to load and show form1
End Su
End Modul
===========================
I tried all of the vb6 ways to do this that I know and nothing work
Please...
Thank