窗体3
Private Sub Command1_Click()
Dim a As String
Dim b As String
a = Text1.Text
Shell "cmd /c attrib -h c:\mm.txt", vbHide
If a = QQ登录.Lines Then
If Text3.Text = Text2.Text Then
If Text2.Text = "" Then
MsgBox "再次设置空密码?"
Shell "cmd /c attrib +h c:\mm.txt", vbHide
密码修改.Hide
登录界面.Show
End If
Open "c:\mm.txt" For Output As #1
Print #1, Text3.Text
Close #1
MsgBox "密码设置成功!"
Shell "cmd /c attrib +h c:\mm.txt", vbHide
密码修改.Hide
登录界面.Show
Text2.Text = ""
Text3.Text = ""
Else
MsgBox "两次密码不同,请重新设置!"
Shell "cmd /c attrib +h c:\mm.txt", vbHide
End If
Else
MsgBox "原密码错误!"
Shell "cmd /c attrib +h c:\mm.txt", vbHide
End If
End Sub
Private Sub Picture1_Click()
End Sub
偶是菜鸟鸟偶惧WHO?!!!!