k...I had mappoint installed on one of my laptops and they list out all the VB methods in the help option of the Mappoint application. I don't have any development software installed on that laptop so I can't toy with it unless I install it on my development machine. Maybe I'll do that. Still, check out all the avialable methods and properties that you have from VB. It seems like you can pretty much automate the creation of maps without much trouble at all. Mind you, GIS isn't my specialty, but it looks like there is enough methods exposed for you to solve your problem.
Main Topics
Browse All Topics





by: EnladePosted on 2003-09-07 at 16:50:41ID: 9306540
I think mappoint comes with an API that you can use to automate what you are trying to do from your VB application. I do have Mappoint, but I never really played with it much. Maybe I'll install it and get you some code for manipulating it through the use of the API. Or, if you want you could just do a web search for MapPoint API and you should be a few hits....let me see...yea there are a lot of sites that talk about control MapPoint through the API. Like here is some VB code related to the MapPoint API:
http://www.anotherurl.com/
If you want I'll install Mappoint and see what Methods the API has that might be useful. However, it might be just as easy for you to just add a Mappoint application object to a simple VB project and then just take a look at what methods and properties it makes available to you.