Start program with Sub Main problem

I have just started using Visual Studio 2005 Visual Basic. I can not seem to find how to start my program with Sub Main instead of a form. Any help would be appreciated.
Nikki


Answer this question

Start program with Sub Main problem

  • Aquineas

    From the solution explorer double click on "MyProject" ...this will open the My Project window...from thier select the application tab and then deselect "Enable Application Framework"...once that is disabled you can now select Sub Main as your startup object from the drop down box provided.

  • sqlduck

    Than you very much.
  • Start program with Sub Main problem