MSComctlLib.ListViewCtrl.2 bu activex denetimine sağ menu eklemek istiyorum ama yapamadım
@benbendedeilem
Private Sub listView0_MouseUp(ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Long, ByVal y As Long)
If Button = acRightButton Then
Set MyMenu = CommandBars("CommandBarDeneme")
MyMenu.ShowPopup
End If
End Sub