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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

print picture 2
datetime 9
listview 3
ckecked listbox 4
click 3
textBox focus 3
pdf files 1
Excel Unable to use mouse for scrolling 5

Back
Top