Does someone know how I can cancel a mouse-click?
Thanks!!!
Printable View
Does someone know how I can cancel a mouse-click?
Thanks!!!
all you have to do is put nothing in the click event is this what you mean???
Actually what I mean is how I can disable the mouse clicks in specific situations. What I want to do is something similar to cancelling keystrokes by setting KeyAscii to 0 in the KeyDown event. Is this possible?