Community of VE/MapPoint Users and Developers
This is a discussion on How do you open a mapoint map in delphi? within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I have successfully got Mappoint into my delphi application by the use of a olecontainer, what I would like to ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Open a map
I have opened a map in Mappoint and added some shapes etc and have saved this as a .PMT file. I now want to open this map in my delphi application so that the delphi application can plot pushpins etc. Cheers Mike |
| |||
|
you can do it. first, you must install the mappoint activex to delphi's component palet. you can use import type library of the project menu. then you have to select map object of mappoint from this component palet. in the formcreate method of the form, : map1.application.visible:=true; thus, there will be opened mappoint application. you can play with this opened applciation. for instance : map1.addpushpin(loc1,'blah blah'); or map1.zoomin; enjoy. |
![]() |
| Tags |
| delphi, map, mapoint, open |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| microsoft mapoint | Anonymous | MapPoint 2006/2009 Discussion | 1 | 09-21-2004 07:38 AM |
| Mapoint feedback | Anonymous | Wish List | 0 | 06-28-2004 09:12 AM |
| Mapoint always shows Parking | Anonymous | MapPoint 2006/2009 Discussion | 7 | 04-19-2004 07:35 AM |
| Mapoint and web pages | petenyce103 | MapPoint 2006/2009 Discussion | 0 | 06-18-2003 09:30 AM |
| Open a map of a special address with Delphi | Rita P. | MapPoint 2006/2009 Discussion | 4 | 02-10-2003 06:02 PM |