I am new to C# and .NET programming. I want to design an application that opens up with a small login screen and when user presses the ‘Login’ button, my program should close the login form and pass to a new form. How can I achieve this simple process?
Thanks.
This could be a solution;
In LoginForm;
In program.cs