View Single Post

  #7 (permalink)  
Old 10-31-2004
John Meyer's Avatar
John Meyer John Meyer is offline
Senior Member
Blue Belt
 
Join Date: Jul 2002
Posts: 479
Your right I dont see anything for setting the x.y either.

Check out this article:
Programming MapPoint via .NET
http://www.mp2kmag.com/a66--location....mappoint.html

Code:
Private Sub OnMouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Integer, ByVal Y As Integer) Handles Map.MouseMove
Notice this sub declaration the x and y get passed in by mappoint.
__________________
John
http://www.support-pc.com

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