Hello
I have this code:
who i can to kno that the rigth click is over a punsh pinCode: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