Advertisement
2002ASP Miscellaneous #671

Password Protection! For Beginners

Protect your project with a password of your choice. For beginners! (o:

AI

Tóm tắt bởi AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Mã nguồn
original-source
'Put this in your Command1 code. (o:
Private Sub Command1_Click()
 
 If Text1.Text = "idunno" Then
 
 MsgBox "You got it right!", 8, "Right Password!"
 Else
 MsgBox "You got it wrong!", 8, "Wrong Password!" 
 End If
End Sub 
Bình luận gốc (3)
Được khôi phục từ Wayback Machine