K
KAB
Hi All:
I've just noticed that buttons in VB.net only allows a left click with the
mouse. Is there a way the button can be clicked with the right click of the
mouse? The program would be able to respond to which mouse button was
clicked for example:
If the left mouse button was clicked while the cursor is on a specific
VB.net button then: msgbox("The left mouse button was clicked")
If the right mouse button was clicked while the cursor is on the same VB.net
button then: msgbox("The right mouse button was clicked")
Thanks
KAB
I've just noticed that buttons in VB.net only allows a left click with the
mouse. Is there a way the button can be clicked with the right click of the
mouse? The program would be able to respond to which mouse button was
clicked for example:
If the left mouse button was clicked while the cursor is on a specific
VB.net button then: msgbox("The left mouse button was clicked")
If the right mouse button was clicked while the cursor is on the same VB.net
button then: msgbox("The right mouse button was clicked")
Thanks
KAB