Tagged Questions
3
votes
1answer
237 views
WPF ContextMenu using (Shift-Right-Click)
I have a question with the "ContextMenu" in WPF. Is there a way to have the context menu pop up only if a "Shift-Right-Click" was performed??
I have been looking all over the place for this. The ...
2
votes
1answer
48 views
Use javascript to prevent context menu on CTRL+Leftclick
I am trying to allow my CMS users to click certain controls with ALT+CTRL both pressed, but this results in the context menu being shown, because CTRL+Leftclick simulates a rightclick, at least here ...
0
votes
2answers
74 views
How to set a icon for this right click menu?
I can add a new item for the folders right click menu using registry:
HKEY_CLASSES_ROOT\folder\shell\Your item name
But i don't know how to set a icon for created item like this :
May ...
0
votes
4answers
146 views
Help getting me started on making a file -> right-click context menu in Vista
I am a novice .Net 2.0 and 3.5 developer. I want to create an application that creates a context menu when a file is right clicked on in Vista. After the right click--I think I can figure out the ...
-1
votes
1answer
33 views
C# Context menu delaying events
I'm working on an application which needs a right click menu, I've used a contextMenuStrip for the this, but when the menu is open and I rightclick again my form click events are always one behind so ...