Setting form as "start up object" in visualstudio.net

  • Thread starter Thread starter J. Muenchbourg
  • Start date Start date
J

J. Muenchbourg

I cannot find anywhere in vs.net that shows me how to set up a form as a
start up object in my project. I'm trying an exercise in the PrepLogic
Xml manual, which wants me to set my form.vb as a startup object and
then run my project.

???
Muench
 
In the property pages (Project | Properties) there is an
option on the 'General' page that allows you to specify
the startup object.

Charlie
 
Right click on the project and select Properties. In the Property Grid
under Application you'll see a Startup Object option. When you click in the
grid it will provide you a list of acceptable objects that it sees or you
can just type it in yourself. You can get to the same place by selecting
Project -> Properties from the Toolbar..both methods take you to the same
place.

HTH,

Bill
 
Back
Top