Login UI

Im making a program and id like to make a login screen but im curious whether i could make something that has a output like this


Output
Username: (Types In Username and hits enter)
Password: (After user hits enter from username it moves down to this)


But i want username and password to be displayed at all times.
If you're trying to do anything with a GUI, it's time to move on from the console. Is it possible in the console? Probably. Is it worth the trouble? Not at all, you'd be better off learning something useful such as Win32
Well i plan to incorporate this into my main program which is run in the console but my installer i made is in win32. Do you know any tutorials to make it possible in console?
Topic archived. No new replies allowed.