Wilfried
10-17-2007, 12:52 PM
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:
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
.....
To change for north america only needed to change EU with NA is that correct ?
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:
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
.....
To change for north america only needed to change EU with NA is that correct ?