Originariamente inviato da ladyBlu
codice:
...

così non mi funziona...

codice:
Private Sub Form_MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)
    If Button <> 2 Then
        MsgBox "Sinistro"
        'nothing
    End If
End Sub