winforms Setting a form as the default launch form.

Hey guys, I have a winforms application, but I created my forms the wrong way round, now I want my Form3 to be the main Form so when the program launches this will be the form that will load. Any ideas?

Thanks in advance
Take a look at this line in the "ProjectName".cpp

Application::Run(gcnew Form1());
Topic archived. No new replies allowed.