Hello,
I updated a VB6 project into VB.Net and for some reason when I exit the form it errors on this code...
Private Sub Form1_Closed(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MyBase.Closed
Me.Close() < ----- here
End Sub
Error message:
An unhandled exception of type 'System.StackOverflowException' occurred in system.windows.forms.dll
Thanks,
FoxT
I updated a VB6 project into VB.Net and for some reason when I exit the form it errors on this code...
Private Sub Form1_Closed(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MyBase.Closed
Me.Close() < ----- here
End Sub
Error message:
An unhandled exception of type 'System.StackOverflowException' occurred in system.windows.forms.dll
Thanks,
FoxT