PDA

Click to See Complete Forum and Search --> : Ok, this is a big IF!!!!!!!!!!!!!!!!!!!!


ravcam
Jan 11th, 2000, 08:13 AM
Ok, If it is posible how can I disable the right mouse button?

JeffSM
Jan 11th, 2000, 10:36 AM
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

ravcam
Jan 12th, 2000, 10:14 PM
Thanks!