View Single Post

  #3 (permalink)  
Old 02-27-2004
Winwaed's Avatar
Winwaed Winwaed is offline
Mapping-Tools.com
Black Belt
 
Join Date: Feb 2004
Posts: 1,142
Blog Entries: 22
You need to trap the "object selected" event (forget what it is called now).

Create an event handler and connect it.
iirc, you have to set your project to be a COM Server, so you can pass your "event receiver" object and methods to MapPoint.

Your event handler should then check the newly selected object (passed as a parameter) , to check that it is a Pushpin and which pushpin it is (via its id).

Hope this helps - it should point you in the right direction. It is a while since I've played around with the event handling stuff!

Richard
__________________
Winwaed Software Technology LLC
http://www.winwaed.com
See http://www.mapping-tools.com for MapPoint Tools
See the Geoweb Guru for online mapping
Reply With Quote