Hi,
I have application where I need to open mappoint north america (object model). For EU I open map as follow (due to different versions) reading registry:
To change for north america only needed to change EU with NA is that correct ?Code:if not Reg.OpenKey('.ptm\MapPoint.Map.EU.13\ShellNew', False) then if not Reg.OpenKey('.ptm\MapPoint.Map.EU.11\ShellNew', False) then if not Reg.OpenKey('.ptm\MapPoint.Map.EU.9\ShellNew', False) then .....