View Single Post

  #2 (permalink)  
Old 07-01-2004
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Here's what I'm thinking use the MouseDown event and

objMap.XYToLocation(MouseX, MouseY)
'where MouseX and Y refer to the Mouse location on the screen

Then assign the location returned by this to a new pushpin
Reply With Quote