Hi. Making a program with multiple forms. I didn't know that when I started my form1. Currently my form1 is the page that needs to be the second page seen - after a user clicks one of two buttons from the previous page. When I test my program, even though I'm in the form2 (needing to act as page 1) it starts in form1 (which I need to be form 2).
Is it just a matter of saving the names differently, or would that screw things up? How do I make it so that when the program is launched my form2 initiates then loads form1 based on button click?
Thanks!
Is it just a matter of saving the names differently, or would that screw things up? How do I make it so that when the program is launched my form2 initiates then loads form1 based on button click?
Thanks!