|
-
Nov 20th, 1999, 02:32 AM
#1
Thread Starter
Frenzied Member
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
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
|