Disable right click menu

R

Ryan Joseph So

On textboxes when you right click the mouse button a menu will pop-up
with undo,cut,copy,paste,delete,select all. How can i disable the menu
so when i right click on the textbox no menu will pop-up?
Thank you very much.
 
H

Herfried K. Wagner [MVP]

* Ryan Joseph So said:
On textboxes when you right click the mouse button a menu will pop-up
with undo,cut,copy,paste,delete,select all. How can i disable the menu
so when i right click on the textbox no menu will pop-up?

Create an "empty" context menu and assign it to the control's
'ContextMenu' property.

- or -

Override the control's 'WndProc' and listen for 'WM_CONTEXTMENU' (and
"eat" it).
 
P

Proprclr

Ryan Joseph So said:
On textboxes when you right click the mouse button a menu will pop-up
with undo,cut,copy,paste,delete,select all. How can i disable the menu
so when i right click on the textbox no menu will pop-up?
Thank you very much.

What you are really asking is "How can I piss off my visitors by ****ing
with their web browsers?".When I come on a site like that, I immediately
turn off Java script, and save all of their pages and images that they
wanted to "protect" me from saving, just as a way of saying "**** you" to
the webmaster.
 

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

Top