P_Hairy
01-14-2006, 09:29 AM
Hello,
I have written a Plug-in for Mappoint called GPS Magic but I have not yet figured out how to get it to run automatically when Mappoint starts.
I Hope someone can help.
Regards,
langleyworld
01-14-2006, 12:43 PM
Hello,
I have written a Plug-in for Mappoint called GPS Magic but I have not yet figured out how to get it to run automatically when Mappoint starts.
I Hope someone can help.
Regards,
Your installation script will need to set the LoadBehavior registry key for you addon.
i.e
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MapPoint\Add ins\[Your Addin ProgID]\LoadBehavior
LoadBehavior DWORD Integer indicating load behavior: 0 (None), 3 (Startup),
9 (Load on Demand), or 16 (Load At Next Startup Only)
Best Regards,
David
SpatialPoint, LLC
P_Hairy
01-15-2006, 09:07 AM
Hi David,
Thanks for the reply
I will should now be able to include this option in the next build of GPS Magic.
Kind Regards,