noodlesoup
Newcomer
- Joined
- Aug 5, 2007
- Messages
- 6
I have create 2 form within my C# project.
form1 is named login.
form2 is named main.
login form is used to verify username and password.
once the username and password is verified, login form will terminate and call form2 to enter the main screen.
I am having trouble calling form2.
Anyone know how to do this within Visual Studio C++?
form1 is named login.
form2 is named main.
login form is used to verify username and password.
once the username and password is verified, login form will terminate and call form2 to enter the main screen.
I am having trouble calling form2.
Anyone know how to do this within Visual Studio C++?
Last edited: