mouse click

  • Thread starter Thread starter Hrvoje Voda
  • Start date Start date
Use JavaScript. Search Google and I am sure you will get a ton of sample
code.
I have never had the need to use it so I can't give you sample code.
 
Hrvoje Voda said:
How can I prevent using right mouse click ?

Hrcko
Please clarify your situation.
In a normal event-driven application, you don't need to "prevent" the user
from doing anything, you simply don't program a response to a given event
and the event is ignored by your application.
I suspect this is not what you have in mind, so please educate us further.
 
I have an click event on picture control.
When I click on it I change the picture.

I would like to prevent user of using the right mouse click.
He could use only the left.
 
Back
Top