-
um need a little help...
hye, um just a few questions....
i have a program and cant get it right, i have like a "user access level thingy" where people can "log in" and do things according to the level of "access" they have, now what i need is like to be able to add people to this so i have 2 edit boxes one for the name, and one for the password with a button that like add, now can you make it so that your name and password go into another form as like a log of users and things and yeah when you click the button it adds your name + pass. also if its not to much trouble could you also do a thing where when they first get added they have like level 1 access and like they can only be able to click on the buttons that a level 1 person can click on. ok well if someone could do this that would be great. thanx
-
Well
How are you going to store the users and apsswords? (database. textfile...)?
Kinda need to know what your intended outcome would be.
If your want opinions, put information in protected database.
You must decide who can add these users (admin, or at which level can).
There are many considerations.
What are these LEVEL's for. Access to the system or access to your programs?
-
Just a start....
Try, when VB start, use the VB Application wizard.
Choose what you want. But more inportantly, choose "login and password function".
Then just peek at the code.. might give you some ideas
Seahag
-
thanx for the help guys,
im reply to your questions, i would like the the usernames and password ONLY viewable in my program, also the access levels would only be to my program, nothing to the actual computer, and my intent is so just get like a shortcut program to files and things but i would like the access parts so users cannot go into say contral panel and things like that which would have a level needed to enter. and yeah only the admin's would be able to view/change the usernames/passwords.
thanx