what do we wrong?
Posted: Mon Jul 29, 2013 1:41 pm
Hello,
it seems it keep saying fill out the form :(
but i don't get it.
any one?
but keeps popup :(
thanks
it seems it keep saying fill out the form :(
but i don't get it.
any one?
Code: Select all
i even added for example #CodenStuff thats longer then 3 chars lolPrivate Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If txtfirstname.Text = Nothing Or txtfirstname.Text.Length < 3 Then
MessageBox.Show("Fill out the required fields", "give a valid name", MessageBoxButtons.OK, MessageBoxIcon.Information)
txtfirstname.Focus()
End If
End Sub
but keeps popup :(
thanks