PDA

Click to See Complete Forum and Search --> : How to disable the right click??


Alexis
Jan 13th, 2000, 06:50 PM
I want to disable the right click after starting the program, how can do it??

------------------

Smie
Jan 13th, 2000, 08:41 PM
try:


Sub Function Form_MouseDown()
If Button = 2 Then
'do nothing
End If
End Sub

Alexis
Jan 16th, 2000, 09:59 AM
Thanks for help