Hi there
I need serious help with my software.
Im making a system for an election.
I need to make a login which reads and identifies text from the text file and if it is the correct user name and password then it opens another form. I have to make a textfile which will allow various users to login. Im currently using vb 2010.
Thanks
singh.software 0 Newbie Poster
Recommended Answers
Jump to Postwhy exactly are you using textfile.Use database to save data. You can use sql server and create database in that.
Now as you want aunthentication system first,so create a table
* User[user_id(Primary Key),email_id(unique),password(encrypt it and save),user_name]Now to keep track of vote,create a table named vote,
* Vote[user_id,vote,date]Now your …
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.