If TextBox1.Text = "1" AND TextBox2.Text = "1" Then
MessageBox.Show("")
End If
If textbox1.test = "1" and textbox2.text = "2" then
msgbox("learn2code!",16,"Noobzorz!")
EndIf
button1 (login)
if my.settings.loginname = "" then
msgbox ("you don't have a account ")
end if
button2 (register)
if my.settings.loginname = "" then
msgbox ("you need to write a name")
exit sub
else
if my.settings.loginpassword = "" then
msgbox ("lol you need to write a password")
exit sub
else
my.settings.loginname = textbox1.text
my.settings.loginpassword = textbox2.text
msgbox (" UBER YOU HAVE AN ACCOUNT :O")
end if
end if
