I JUST started a project i got like 5 things onthe thing before errors came... goodie. In form i had -
and in form 2 i had -
and when i try and debug i get this-
Visual Basic:
Public frm3 As New Form1()
Public frm2 As New Form2()
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
frm3.Hide()
frm2.show()
End Sub
Visual Basic:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
RichTextBox1.Text = ""
RichTextBox1.Text = "Tutorial 1:"
End Sub
whats wrong?An unhandled exception of type 'System.StackOverflowException' occurred in Unknown Module.