bool username = true;
bool password = true;
username = (userName.Text);
password = (password1.Text);
if (username == true && password == true);
{
}
}
What am I doing wrong? Can anyone help? And also, what's the code to 'If all these are true, go to Form2? As stated I'm new to C# and needed help.

New Topic/Question
Reply



MultiQuote





|