I started working on a project and the first form I made isn't the one I want displayed when the app starts, unfortunately that is how it is right now. What determines the form that shows up on application execution?
Printable View
I started working on a project and the first form I made isn't the one I want displayed when the app starts, unfortunately that is how it is right now. What determines the form that shows up on application execution?
Quote:
Originally Posted by bat711
When you have the project open in Visaul BASIC do the following to change the starting form:
Project >> ProjectName Properties (Last menu Item) >> The second dropdown menu in the first row, the one below the label of "Startup Object:".
Changing that dropdown menu will change which form is loaded first :)
Cheers,
RyanJ
Thanks,
For some reason I've never run into this problem before, I guess that will teach me to work out of sequence.