password creating vb6
hello can some1 help me to protect my hack whit a pass
i dont know how i hope some1 can help me
i dont know how i hope some1 can help me
If textbox1.text = "username" and textbox2.text = "password" then
Form2.show()
Me.Hide()
else
Msgbox ("Login Incorrect")
End If
Me.Close()