Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello! I want to Create a log in form having user name and password, so that it can restrict users from using computer. Please, help me. I am using VS 2005
Posted
Updated 5-Sep-11 1:33am
v3

That is what Windows Authentication is supposed to do for you.
You should not be writing your own login form for logging into the computer.
 
Share this answer
 
Please follow up below link.

You will see how you create a Login form with many controls.

1. Encrypted Passwords
2. Login attempts counting
3. Blocking any UN-authorized login attempts


http://www.samplevbcodes.blogspot.com/

If you need any further help, Please contact me for source code with form by a email to : jwkct.sampath@gmail.com
 
Share this answer
 
v2

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