hie guys

i have created a login form for my project, but before this i have created several other forms also for projct, now i am facing a problem when i debug the program i got only the form1 first i can not see the login form, so is there any way so that the login form should debug first and showed the logiin screen and when i enter the user name and password, then the other forms should come.. is there any way to do this ?

You have to change the main() function in Program.cs. In VS 2012 there is a line that says this: Application.Run(new Form1()); Just change Form1 to the name of your login form.

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.