Click here to Skip to main content
15,918,808 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Im trying to make a form in visual studio 2012 that lets multiple users sign in . with out a sql server or anything like that just from a file or from with in the code..
Posted
Comments
Dave Kreskowiak 18-Jul-13 23:44pm    
...and?

You haven't asked a question about where you're stuck. You've just said something about what you want to do.

Hi, see this link:

Multiple-users-in-windows-forms[^]
 
Share this answer
 
Try with XML,
You can store user Name and Password of all users in XML file.
During Login Button click you can check from the XML file for existing user.If User name and password correct then they can login else logout.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900