2
votes
4answers
1k views
remove the right click menu in flash 9
Is it possible, using actionscript 3 to disable the right click menu?
Any help greatly appreciated!
0
votes
1answer
88 views
How to add a ContextMenu depending on which WPF DataGrid row is right-clicked?
I need to display different options in a ContextMenu depending on which row of a WPF DataGrid is right-clicked. My initial ideas were to accomplish this through either binding or …
1
vote
2answers
34 views
right click context menu for datagrid
I have a datagrid in a .NET winform app. I would like to rightclick on a row and have a menu pop up. Then i would like to select things such as copy, validate, etc
How do i make A …
0
votes
2answers
82 views
Unable to detect right mouseclick in ComboBox
I have a ComboBox that is a simple drop down style. I wanted to open a new window when the user right clicks on an item in the list, but am having trouble getting it to detect a ri …
1
vote
1answer
156 views
How to generate a right-click event in all browsers
A little context:
The app I'm working on has a right-click context menu for certain objects on the screen. The current design as that each of these objects listens for a right-clic …
0
votes
0answers
11 views
Open IIS website in editor by right-click?
I was just wondering... is there any kind of extensibility whatsoever to the IIS management console?
What i'm looking for, is some way to make it so i can right-click on a website …
0
votes
1answer
74 views
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) …
0
votes
0answers
39 views
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?
0
votes
2answers
32 views
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 colum …
0
votes
2answers
135 views
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 con …
0
votes
2answers
167 views
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 releva …
1
vote
2answers
157 views
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 an …
2
votes
2answers
2k views
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 th …
3
votes
2answers
411 views
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 …
1
vote
3answers
453 views
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 …
