|
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 |