M
Miro
I am trying to follow the following example:
http://www.getdotnetcode.com/GdncStore/free/Articles/VB NET Sub Main Procedure.htm
on adding things to my own 'sub main'.
I created a form project and added Form1 and Form2 to the project.
Then in the project property's the startup form is setup as form1. ( i have
the option of Form1 or Form2 ).
How do I get rid of the options in the setup to have a startup form?, and
where to I setup the 'StartupForm' to hit the subMain() here.
When I go to the <MainForm>Form1</MainForm> of the Application.myapp file
and remove it, I get an error that no startup form has been specified.
My objective is to set form2 to be the startup form
Thanks,
Miro
http://www.getdotnetcode.com/GdncStore/free/Articles/VB NET Sub Main Procedure.htm
on adding things to my own 'sub main'.
I created a form project and added Form1 and Form2 to the project.
Then in the project property's the startup form is setup as form1. ( i have
the option of Form1 or Form2 ).
How do I get rid of the options in the setup to have a startup form?, and
where to I setup the 'StartupForm' to hit the subMain() here.
When I go to the <MainForm>Form1</MainForm> of the Application.myapp file
and remove it, I get an error that no startup form has been specified.
My objective is to set form2 to be the startup form
Thanks,
Miro