hey i've made a project...........in that form1 is the main page............can anyone tell me how to make form2 as the main page.............

Recommended Answers

All 4 Replies

Why dont you simple paste the code in here? And add some of descrition about the issue?
Please... every one does that.
Mitja

In the file program.cs you'll find the line Application.Run(new Form1()); . Change the Form1 to Form2.

In Program.cs class you call

Application.Run(new Form2());

thanks......a looooot..............

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.