J John Jul 18, 2005 #1 Hi How can I set my vb.net app to start with sub Main in vs2005? Thanks Regards
K Ken Tucker [MVP] Jul 18, 2005 #2 Hi, In the solution explorer double click on my project to set the project properties. Set the startup form to sub main. Ken ---------------- Hi How can I set my vb.net app to start with sub Main in vs2005? Thanks Regards
Hi, In the solution explorer double click on my project to set the project properties. Set the startup form to sub main. Ken ---------------- Hi How can I set my vb.net app to start with sub Main in vs2005? Thanks Regards
J John Jul 18, 2005 #3 You can't select sub main unless you uncheck 'Enable application framework' but then this removes xp themes. Catch 22. Regards
You can't select sub main unless you uncheck 'Enable application framework' but then this removes xp themes. Catch 22. Regards
B Brian Henry Jul 18, 2005 #4 sub main has been replaced by new events such as application startup, shutdown and others in the application framework, consider redoing your submain
sub main has been replaced by new events such as application startup, shutdown and others in the application framework, consider redoing your submain
G Guest Jul 19, 2005 #5 I assume the code in a sub main that executes before a form is shown can be moved to the applciation startup event then...is this correct?
I assume the code in a sub main that executes before a form is shown can be moved to the applciation startup event then...is this correct?