I am either terrible at searching or the solutions I am finding are way harder than they should be. How do you get something to react to a Right Click???? The normal click event works perfectly as:
Is their a simple way to trigger it as right click/left click only?
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
"If at first, the idea is not absurd, there is no hope for it." - Albert Einstein
http://marveldcforum.com
"My common sense is tingling." - Deadpool
PHP Code:
Private Sub bang_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Click
End Sub
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
"If at first, the idea is not absurd, there is no hope for it." - Albert Einstein
http://marveldcforum.com
"My common sense is tingling." - Deadpool