Hello,
I have been created a soft with VB6 and MapPoint Europe 2004.
On one of my PC Mappoint is in English et my program works,
But on another PC where MapPoint is in French, the program doesn't work, I have the error : Error 429 ActiveX Component Can't Create Object
on the line :
Set oApp = CreateObject("Mappoint.Application")
Extraxt of my code :
Code:'Objets MapPoint Dim oApp As MapPoint.Application Dim oMap As MapPoint.Map Dim oloc As MapPoint.Location Dim oPin As MapPoint.Pushpin Dim oFResult As MapPoint.FindResults Set oApp = CreateObject("Mappoint.Application") Set oMap = oApp.ActiveMap
I have been activated Mappoint's references in VB
Thanks for your help !![]()