View Single Post

  #2 (permalink)  
Old 07-30-2002
John Meyer's Avatar
John Meyer John Meyer is offline
Senior Member
Blue Belt
 
Join Date: Jul 2002
Posts: 479
Re: Zoom In and Zoom Out event detection

Vic, the zoom-in could look like this.

If MappointControl1.ActiveMap.Altitude > 100 Then
MappointControl1.ActiveMap.Altitude = MappointControl1.ActiveMap.Altitude - 100
End If
__________________
John
http://www.support-pc.com

Order MapPoint 2006 Here
https://secure.mp2kmag.com/?refer=support-PC
Reply With Quote