u know there is


Code:
Private Sub object1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles object1.Click
'...
End Sub
it does watevers in '... if a mouse left clicks it.

now i want it to handle something when a mouse rightclicks it.
is it possible?

by the way, can u also tell me how to bump a thread?