Is there a way in vb.net that you can tell what mouse button was clicked (i.e. left mouse button) and then perform an operation.
example:
Thanks
Simon
example:
Code:
if left mouse button clicked then
msgbox("left clicked")
elseif right mouse button clicked then
msgbox("right clicked")
endif
Thanks
Simon