Hello

Code:
If TextBox1.Text = "Welcome!" Then
            MsgBox("Welcome!")
        Else
            MsgBox("Error!")
            Me.Close()
End If
I receive "Cannot access a disposed object (Form1)" when the error arrives.