Sunday, December 11, 2011

Can anyone help me to create a multiple user login system in VB?

I am facing problem in creating multiple user login system. Can anyone help me with code that could help me in doing so, also how to save the info in database (MS Access) i.e the username and passwordsCan anyone help me to create a multiple user login system in VB?
James, you can find such a program on planet source code site in visual basic section http://www.pscode.com/vb/default.asp and type your query like user Login, you will get good working examples there. Hope this will solve your problem.

Please go through the comments underneath the download link before working on/using any program on this site.



If u want program in .net you need to go in .Net section.Can anyone help me to create a multiple user login system in VB?
Create a Table for the Username/password

Create a Form that asks for each

On the form have a Login button that checks the U/P against the table.
Create Admin forms for User Management

Save the info in the database with name,pwd and access levels



Using the access levels , restrict the user functionalities.

No comments:

Post a Comment