View Single Post

  #3 (permalink)  
Old 01-08-2005
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Wilfried, That's not the answer I wanted but it is the answer I needed.

What I wanted to do was be able to use the mouse pan mode in my control. I found the two settings:

MapCntrl.MousePointer = geoPointerHand
MapCntrl.ActiveMap.DragBehavior = geoDragHand

But my next question was was going to be on how to hold a perspective (position and altitude/zoom) while (or after) adding new reverse-geocoded pins.

I think your code is perfect for that thanks.
Reply With Quote