a_k
Feb 16th, 2001, 07:31 PM
hi all
my mouse have more than 3 buttons and i now this buttons value is
left button is (1)
right button is (2)
centre button is (4)
but i have 5 buttons and i wont to now the ather 2 button value how can i do that?
i tray this code and don't Return Values
Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Debug.Print Button
End Sub
my mouse have more than 3 buttons and i now this buttons value is
left button is (1)
right button is (2)
centre button is (4)
but i have 5 buttons and i wont to now the ather 2 button value how can i do that?
i tray this code and don't Return Values
Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Debug.Print Button
End Sub