You can play with MouseDown event instead of the DoubleClick one:
Private Sub Liste0_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = acRightButton Then
MsgBox "You pressed the right button."
End If
End Sub
Hope This Help, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884