CyberCarsten
Nov 20th, 1999, 01:32 AM
I have made a small
password program.
But there are only one username
and password.
I want the use to change the
username and password.
How do i do that???
I use the following code and components:
1 cmdButton (caption = Login)
2 TextFields
Code:
Command1 code:
if text1.text="123" and text2.text="abc" then
msgbox"Correct login"
else
msgbox"Incorrect login"
end if
*************************************************
/ CyberCarsten
password program.
But there are only one username
and password.
I want the use to change the
username and password.
How do i do that???
I use the following code and components:
1 cmdButton (caption = Login)
2 TextFields
Code:
Command1 code:
if text1.text="123" and text2.text="abc" then
msgbox"Correct login"
else
msgbox"Incorrect login"
end if
*************************************************
/ CyberCarsten