Top |
Post New Question |
Read All |
MP2K Asks Microsoft
734
Paul Carter
-
June 19, 2002
I am trying to write code that centers the map on screen where the user clicks. That is, if the user clicks on the top, left part of the client area of the map, that part is then automatically centered in the client area.
Any ideas?
Thanks in advance
Paul.
Answer:
June 20, 2002
You could have the user add a pushpin, then use the .GoTo method to recenter on that location, and finally, delete the pushpin if you don't need it. - Eric
Post New Answer / Follow-up