Startup form

  • Thread starter Thread starter Morten Snedker
  • Start date Start date
M

Morten Snedker

When I run a VB-app it starts by running the initial form. How does it
know which form is the initial? Can it be changed - and if so, where?


/Snedker
 
On Tue, 18 Jan 2005 10:35:42 +0100, Morten Snedker
<morten_spammenot_ATdbconsult.dk> wrote:

Found the answer myself: *.vbproj file. I knew it was to be found from
the Project->Properties, but I was looking for the file.
 
Morten Snedker said:
When I run a VB-app it starts by running the initial form. How does it
know which form is the initial? Can it be changed - and if so, where?

Select the project in the solution explorer, choose "Properties" from its
context menu. A dialog appears. There you can set the startup form in
"General Properties" -> "General" -> "Startup object" (translated from the
German version of VS.NET).
 

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

Back
Top