Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If TextBox1.Text = ("George Washington") Then
Form3.Show()
Else
MsgBox("FEL!")
End If
End Sub
End Class
Vad ska jag göra om jag vill att den rutan ska stängas och form3 kommer upp istället för att det ska bli tusentals former?
Jag har ingen status