Anonymous
06-29-2004, 01:41 PM
Hello
I have this code:
Public Sub MouseUpEvent(ByVal sender As Object, ByVal e As AxMapPoint._IMappointCtrlEvents_MouseUpEvent) Handles mapa.MouseUpEvent
If lastmousebuttonrigth Then
popupMenu.Show(mapa, New Point(e.x, e.y))
End If
lastmousebuttonrigth = False
End Sub
who i can to kno that the rigth click is over a punsh pin
I have this code:
Public Sub MouseUpEvent(ByVal sender As Object, ByVal e As AxMapPoint._IMappointCtrlEvents_MouseUpEvent) Handles mapa.MouseUpEvent
If lastmousebuttonrigth Then
popupMenu.Show(mapa, New Point(e.x, e.y))
End If
lastmousebuttonrigth = False
End Sub
who i can to kno that the rigth click is over a punsh pin