Does anyone know the reason why a form wont load vb.net.
It loads the first time but when i close and want to close it it wont load. insteady it throws an exception.
this is how im doing it
try
Dim frmQuestions As New Questions
frmQuestions.Show()
Catch ex As Exception
MsgBox(ex.Message)
end try
The message box is empty, is there a betta way to catch the excption so that i know why its not loading.
It loads the first time but when i close and want to close it it wont load. insteady it throws an exception.
this is how im doing it
try
Dim frmQuestions As New Questions
frmQuestions.Show()
Catch ex As Exception
MsgBox(ex.Message)
end try
The message box is empty, is there a betta way to catch the excption so that i know why its not loading.