Name: Anonymous 2008-03-02 8:51
it may just be this gay vb 08 ee or just me.
how would i go about finishing it?
Private Sub cmdLog_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdLog.Click
If txtPass <> "123" Then GoTo wronguser
If txtUser <> "234" Then GoTo wronguser
End Subhow would i go about finishing it?