-
changing the form order?
Hello, i've made a program with 2 forms on it.
I made the second form before the introduction form, but now when i run my programe it opens the second form first, how can i change the order, so that my itroduction form opens first and then i can click the button to take me to the second form?
Thanks
-
Set the intro form as the startup form. Right click the project name in Solution Explorer, click on properties, and set the startup object to whatever form you want to start first.
-
i've done that but i don't have anything saying startup object ??
-
Are you sure you're clicking the project and not the form? You could also click on "Project" on the toolbar, then click "Properties".
-
yep got it now, was clicking the wrong one, thanks for your time.
:wave: