E
Eric
I have written a AddIn which opens a form via a MapPoint command.
Dim frm As frmData = New frmData(_ds.Copy)
frm.ShowDialog()
When I press the close button the first time, the form get closed.
When I open the form again and close it, MapPoint crash without message.
Any idea why?
Dim frm As frmData = New frmData(_ds.Copy)
frm.ShowDialog()
When I press the close button the first time, the form get closed.
When I open the form again and close it, MapPoint crash without message.
Any idea why?