|
-
Nov 26th, 1999, 04:36 PM
#1
Thread Starter
Frenzied Member
Hi!
I have just maked a program
with password protection, but
the only password that works with
program is the one i have "set" .
How can i make the user change the
Username and Password??
I'm using the following code:
Private Sub Command1_Click()
Dim Login As Integer
If WRusername.Text = "Licensed" And WRpassword.Text = "ccwr" Then
Unload Me
WinRestrict.Show
Else
Login = MsgBox("Incorrect login!!", vbCritical)
WRusername.Text = ""
WRpassword.Text = ""
GoTo login2
End If
login2:
End Sub
WRusername & WRpassword are text fields (Text1)
Yours Sincierly
Cybercarsten
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|