Loading...
Heres the code for Msgbox pop up:
if (textbox1.text == "Username" && textbox2.text == "Password")
{
MessageBox.Show ("Correct!");
}
And the code f...
38 views