View Single Post

  #2 (permalink)  
Old 01-14-2006
langleyworld langleyworld is offline
Junior Member
White Belt
 
Join Date: Jun 2005
Posts: 3
Re: How Do I get My app to start with Mappoint ?

Quote:
Originally Posted by P_Hairy
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
Reply With Quote