Community of VE/MapPoint Users and Developers
This is a discussion on MapPoint Template Format within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Are there any ways to determine, by looking at the RAW Microsoft MapPoint Template, which version of Microsoft MapPoint (North ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| MapPoint Template Format Where is that information embedded in the MapPoint Template ? Where can I find the format of the MapPoint Template ? Thanks |
| |||
|
You can do this in VB with the following. 'Get Region Sub GetMapRegion() Dim objApp As New MapPoint.Application 'enter path for the template objApp.NewMap "C:\template.ptt" 'Set up the application objApp.Visible = True objApp.UserControl = True 'Is it the North American or European map? If objApp.Region = geoMapNorthAmerica Then MsgBox "The map is the North American map." Else MsgBox "The map is the European map." End If End Sub 'Get Version Number Sub ApplicationVersionNumber() Dim objApp As New MapPoint.Application objApp.NewMap "C:\mymapp.ptt" 'Set up the application objApp.Visible = True objApp.UserControl = True 'Get the application version number MsgBox "MapPoint version: " + objApp.Version End Sub |
![]() |
| Tags |
| format, mappoint, template |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing Default Template Location | jharbaugh | MapPoint 2006/2009 Discussion | 5 | 04-13-2004 01:32 PM |
| MapPoint Data Format | Anonymous | MapPoint 2006/2009 Discussion | 4 | 02-27-2004 11:13 AM |
| Locking Down A Template | Anonymous | MapPoint 2006/2009 Discussion | 0 | 09-17-2003 05:06 PM |
| MapPoint format specification | Anonymous | MapPoint 2006/2009 Discussion | 0 | 05-19-2003 10:57 AM |
| DWG Format open in MapPoint 2002 | Anonymous | MapPoint 2006/2009 Discussion | 5 | 04-22-2003 09:54 AM |