Hello, I am attempting to make a simple login system, and I am not sure how to go about this but the first question I have is how would I prompt to the user to make a account if it is the first time the program has been opened.
You gotta be creative with this, you could have it create a small file in a sub-directory after it checks for it. That way, when you open it for the first time and it checks for the and sees it's not there, it's the first time (such as a function IsNew() returning true) and it creates it.