need to create VB class containing user names + passwords then need code to let log in form to Access it?

trying to create log in for a program i am creating. if you can suggest a easier way, please post. i am using Microsoft Visual Basic Express 2008
not on a network, i’m just trying to password protect the program












If on a network
You can grab their network login….
and then use ifs and thens on an open of a splash screen
or give this a try
I would save the username and password into a registry key for hkey_currentuser. See the reference below.
When your program starts it can see if there is an entry for that information, if it is then prompt the user and make sure the data they enter matches what is in the registry.
If there are no registry entries then prompt for a new username and password and then create the entry.
I would put this in hkey_current_users\software\ where is the name of your application.