📄 signs you in a password program.txt
字号:
Alex is the password
############################################################################
(text=text1 command=cmdok) where it says if text1.text = "Alex"then ("Alex"is the password so if you want you could change it)
Private Sub cmdok_Click()
If Text1.Text = "Alex" Then
End
Else
MsgBox "Access Denied"
End If
If Text1.Text = "" Then
MsgBox "please type a password"
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -