I have two forms in a visual C# forms application. I want to load one form before the other, however it automatically loads form1 first (even though that’s the one I want to have load second).
How do I change that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Look at
Program.cs, which will probably have something like:Change that to start with the second form.