:wave:
Anybody has visual basic 6.0 or vb script that will prompt the user for user name and password and they can go beyond to the next form until they enter the right user name and password.
Thanks
Dali
Printable View
:wave:
Anybody has visual basic 6.0 or vb script that will prompt the user for user name and password and they can go beyond to the next form until they enter the right user name and password.
Thanks
Dali
should be something like
If Text1 = (Name) And
Text2 = (Password) Then
Show.Form2
Else: MsgBox "Invalid Username/Password"
Maybe something like that??
That would work, but I need to have the password enncrypted, how would I do that?
Do you happen to know how to create a executabel that would extract the files and folders in the specified location. For example, create/replace a test folder from the "c:\windows\system32\"
Thanks
Dali
Dunno bout that but use dll i think with a text file, in text file u would put username/pw and it woulld work in the form, but i dunno how.
You could look at this. I helped someone finish it.