MapPoint 2004 AddIn in VB.NET

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top