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

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
 
C

Charlie Williams

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

Charlie
 
W

William Ryan

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top