View Single Post

  #2 (permalink)  
Old 11-20-2003
John Meyer's Avatar
John Meyer John Meyer is offline
Senior Member
Blue Belt
 
Join Date: Jul 2002
Posts: 479
Yes it is possible.

In the selection change event you need to test to see if the selected item is a pushpin.

Code:
If TypeOf objmap.Selection Is Pushpin Then
'Do Something
End if
__________________
John
http://www.support-pc.com

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