On my form, I have a webbrowser, that navigates to nothing on start. But on webBrowser navigated I have this code, but the msbBox keeps showing on start up.
if (webBrowser1.DocumentText.Contains("Hello"))
{
this.Text = "iUltimate - Cheating Zone - " + txtUser.Text;
}
else
{
MessageBox.Show("Error, please try again. This might be caused by misspelling your username or pass. Only V.I.P. Members can sign in.");
}