Hey, I recently started with C# and I've done some things in XNA, 2D and 3D etc but now I'm trying to start with window programming.
Atm I've done a program who start a normal form where you enter your username and password, when you press ENTER your information will be checked and it will close the login menu and open a new form named CSystem.
I'm trying to get it to work like this
When I enter the program I'll get a login screen, when I enter my user/pass etc and press ENTER I want it to check the information and instead of close and open a new form I want everything, all labels etc, in the login form to "disappear" and new stuff will be on the screen.
Like when you play a game hmm, lets say World of Warcraft, when you enter your login information the program won't close and open a new window if you understand what I mean.
If you know any good tutorials or anything else please leave a comment.
Sorry for my bad English :(
//grateful for answer
Atm I've done a program who start a normal form where you enter your username and password, when you press ENTER your information will be checked and it will close the login menu and open a new form named CSystem.
I'm trying to get it to work like this
When I enter the program I'll get a login screen, when I enter my user/pass etc and press ENTER I want it to check the information and instead of close and open a new form I want everything, all labels etc, in the login form to "disappear" and new stuff will be on the screen.
Like when you play a game hmm, lets say World of Warcraft, when you enter your login information the program won't close and open a new window if you understand what I mean.
If you know any good tutorials or anything else please leave a comment.
Sorry for my bad English :(
//grateful for answer
Comment