MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




MapPoint Template Format

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 ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-20-2003
Junior Member
White Belt
 
Join Date: Oct 2003
Posts: 1
MapPoint Template Format

Are there any ways to determine, by looking at the RAW Microsoft MapPoint Template, which version of Microsoft MapPoint (North America vs Europe and Year) was used to create the Template ?

Where is that information embedded in the MapPoint Template ? Where can I find the format of the MapPoint Template ?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 10-21-2003
Senior Member
Green Belt
 
Join Date: Sep 2003
Posts: 103
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
format, mappoint, template


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -5. The time now is 11:46 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54