Hi,
I'm new to programming with mapPoint 2006.
I've got a VB.Net 2005 application where I add a pushpin on a mappoint control, displaying a clients address. It should be possible for the user to move the pushpin to an other location by doubleclicking the map.
To allow that I capture the beforeDbClick event in which I remove the current pushpin and a new one on the position the user clicked. The mapPointControl is placed on an other control which a load into the screen on run-time.
I've got 2 problems with this.
1. When I doubleClick next to a road I get a popup menu with following items in it: "GTM+1, Eat Flanders, Belgium, ..." Is there a possibility to not show this? A property that I can set so mappoint doesn't show this?
2. When I doubleClick on a road mappoint puts a bullet on that location but my pushpin isn't moved to that location. My pushpin gets moved when I doubleClick the map for the second time (I doesn't have to be on the same location). What am I doing wrong? Or isn't it possible to do what I'm trying to do?