-
I have a project in VB6 that I would like to have connect to MapPoint to show where the person, showing in the VB project, lives. I have created an add-in with VB6. I need to be able to have a button on my existing VB6 project that will programmatically connect the add-in to mappoint. How on earth do I do that?
-
Take a look at the Objectmodel of Mappoint, the help of Mappoint gives a good explanation how to use it. There are even code samples available.
(By the way, an addin will only run within the VB IDE not the standalone App you're creating)