View Single Post

  #2 (permalink)  
Old 06-29-2004
jdwhytie jdwhytie is offline
Member
Yellow Belt
 
Join Date: Jun 2004
Posts: 37
Using your Map object (objMap) try and find the pushpin (objPin)

If Not objMap.FindPushPin("Name") Is Nothing Then
'what to do if the pushpin does exist
Else
'what to do if the pushpin does not exist
End If
Reply With Quote