Button Login if (textbox1.text = "username" and textbox2.text = "password") or (textbox1.text = "Username" and textbox2.text = "Password") msgbox ("You are Login") else if (textbox1.text = "" and textbox2.text = "") or (textbox1.text = "") or (textbox2.text = "") msgbox ("Stupid write more else Msgbox ("username or password is wrong") me.hide Button quit! Me.close