Look at the MouseDown event, and then check e.Button to see which mouse button was clicked.
Sean
Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.
there is no mouse down event for clicking on a menuItem only a click event and it dosent have an e nor does it event fire when you click it with the right mouse button
Uhmmmm....if you can accept this way:
Press your right button ---> Holding right button pressed, press the left button.
In this way you can use something like:
VB Code:
Private Sub MenuItem1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem1.Click