right-click

Remove “Save target as…” from IE

Is there any way to remove “save target as” from internet explorer’s right-click menu by using group policies or registry hacks? Failing that is there a simple programmatic way? ...

On QT widgets like DoubleSpinBox or ComboBox, how do i have custom right click menu

I have a few combo-boxes and double spin boxes on my QT Dialog. Now I need a "ResetToDefault" item on a menu that comes up when you right click on the widget (spin box or combo box). How do i get it. Is there some way I can have a custom menu that comes up on right click or Is there a way i can add items to the menu that comes on right ...

Dynamic Context Menu on Treeview Nodes

Duplicate Of : http://stackoverflow.com/questions/2527/c-treeview-context-menus I've got a context menu on a Treeview, when the user right clicks it supposed to change based on the currently right clicked node's tag object. Currently I'm updating the context menu in after_select event, however this doesn't work when user right clicks t...

remove the right click menu in flash 9

Is it possible, using actionscript 3 to disable the right click menu? Any help greatly appreciated! ...

Special mouse events in a browser: wheel, right-click?

Google maps is an impressive display of what you can do with javascript and Ajaxy-goodness. Even my mouse scroll wheel and right-click works to provide specific functionality. In the standard HTML spec, I don't see an "onmouserightclick" event or similar basic javascript handling for the mouse wheel. Maybe I am looking in the wrong pl...

How to have proper different actions from left and right click on Firefox

Hello, I am working on a web app, in which I want to have a different action to happen to an element whether I left or right click on it So I added a function for "click" with jQuery and added a function for the "oncontextmenu" attribute of my element. This is working well in Chrome & IE but raises a problem in Firefox: when I right c...

Customizing Windows Right-Click menus with multiple levels

Hey all: I understand the process needed to customize a right click menu going through the regedit etc. However I need to the ability to go multiple levels such as in applications like WinZip. Here's a picture for clarification of what I need ...

How do I create a right click context menu in Java Swing?

I'm working on a school project and we want to implement a right click pop-up menu in the gui. Currently we are doing something like creating a JMenu on right click and setting its location to that of the mouse's position... This seems really ugly and is very buggy, is there any better way of doing this? I'm sure there must be. ...

Right mouse click in web applications: good or bad idea?

I'm currently working on a web application and the powers above have decided that overriding the browser's right-click menu with our own application-specific one is the way to go. I totally disagree. I feel that when someone is using a web browser they have certain expectations about what should happen when they use the right-click func...

Right click or two finger tap

How do I add the CTRL+W or Close Window, Close Tab otion to the right click or double tap menus? ...

How to edit Microsoft Project's context menu?

I know how to create one from scratch but how do i edit the existing one that Microsoft Project has, keeping what it already has in it intact? ...

Can I override the context menu in Silverlight for all browsers that support Silverlight 2.0?

It seems like a common question on Google, but I couldn't find a satisfactory answer (unless the answer is 'no') I would like to add menu items or show a custom menu when a user right-clicks on my Silverlight app. The closest thing that I found catches the context menu in IE, but not in Firefox, and Chrome shows the context menu and t...

capture right click through Javascript, withouth wmode

Flash player has a bug in using anything other than wmode="window" in Firefox/Chrome when using any other language than English. This bug is reported and not fixed yet http://bugs.adobe.com/jira/browse/FP-501 The issue can be seen better here - http://www.5etdemi.com/blog/archives/2005/06/firefox-wmodetransparent-is-completely-screw...

wpf listview right-click problem

so I have attached a context menu (right-click menu) to a wpf listview. unfortunately, when you right-click it brings up both the menu and selects whatever item you are over. Is there a way to shut off this right-click select behavior while still allowing the context menu? ...

how to distinguish left mouse click and right with jquery?

Hello, What is the way of understanding the clicked mouse button with jquery or with javascript? $('div').bind('click', function(){ alert('clicked'); }); this fetches both right and left click, what is the way of being able to catch rightclick? I'd be happy if sth like below exists:) $('div').bind('rightclick', function(){ ...

RIght-Click in GWT?

I am building an AJAX web app with GWT, and I want to use right-click for various things, just like in a desktop app. However, right-click produces the standard Web context menu and void onClick(ClickEvent event) never gets called. Has anyone figured out how to get this to work? thanks! ...

how to write your own right click menu and disable the default using jquery/javascript

I successfully disabled the right click event on the page that I am working on using jquery. I want to create a customize right click menu. How can I do this? Does this need relevant css setting to get it working (i.e. "position")? ...

running a code before showing context menu during customized right click in jquery

I used context menu plugin and was able to make if functional on the page I currently developing. At right click, I want to run a code (such as to highlight a selected row or column) before showing the context menu. Where can I insert the code. I used the plugin on this link. http://www.trendskitchens.co.nz/jquery/contextmenu/ My html: ...

hiding the context menu at onblur event in jquery

Does any one tried to successfully hide the context menu at blur event? What I want to do is to hide the customized right click menu when the mouse is not positioned inside the context menu div. This uses the jquery context menu plugin. ...

Add an entry to recycle bin right click menu using C#

I'm looking for a C# code to add my own entry to recycle bin right click menu. I've already seen this. What should i do to represent recycle bin.(Sample is provided for jpeg files) ...