Thread
:
How know if a pushpin exist ?
View Single Post
#
2
(
permalink
)
06-29-2004
jdwhytie
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
jdwhytie
View Public Profile
Send a private message to jdwhytie
Find all posts by jdwhytie