Thursday, May 15, 2008

When would you have to set a startup form?

When the application has more than one form, you have to designate which will
be the first one the user sees. By default, Visual Basic will use the first form in a
project as the defaulkt startup form. As your applications become more
complex, you will need to add additional forms. You may find that a form added
later in the project should be used as the intial form.

Your Title