Hi all
is there (and I know there is) a way to disable objects from being clicked on with the right mouse button?
I have tried a few ways, but funnily enough they don't work
I tried
_______________________________________________________
Private Sub OLEInstructions_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = 2 Then
Button = 0 '(and i tried -1 too)
end if
End Sub
________________________________________________
does anyone have the solution?
is there (and I know there is) a way to disable objects from being clicked on with the right mouse button?
I have tried a few ways, but funnily enough they don't work
I tried
_______________________________________________________
Private Sub OLEInstructions_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = 2 Then
Button = 0 '(and i tried -1 too)
end if
End Sub
________________________________________________
does anyone have the solution?