Ok, If it is posible how can I disable the right mouse button?
Printable View
Ok, If it is posible how can I disable the right mouse button?
What I know to help you is that you can put this code in MouseEvents:
_Move;_Down;_Up Events
If Button=2 then Exit Sub
Jefferson
Thanks!