Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am working on a project which is highly secure. In the project i want to enable and

disable the various context menu items like (cut, copy, paste, delete) from the menu

in windows 7 using Mouse not the Keyboard.

Various Context menus can be:

1) Desktop Context Menu using mouse
2) File Context Menu using mouse
3) Folder Context Menu using mouse
4) Windows Explorer Root Window Context Menu using mouse
5) Windows Explorer Window Context Menu using mouse

Any idea regarding how to enable and disable the items of context menu of windows 7

using mouse.

Thank you in Advance.
Posted
Updated 8-Nov-12 17:34pm
v2
Comments
Jochen Arndt 8-Nov-12 4:50am    
You can't disable context menu items of all other applications. Your approach is wrong. You probably want to prevent the user from doing specific operations. So, for what kind of data should the operations be disabled (file, clipboard, Drag & Drop)? Knowing this, there might be solutions.

Similar questions has been asked in the past. Use the search option with 'disable copy delete'.
chaau 8-Nov-12 5:30am    
See this:
http://www.codeproject.com/Questions/488003/How-to-disable-few-right-click-options-in-window.aspx

1 solution

You would need a program running in your system that intercepts certain mouse clicks and keystrokes. Take a look at some of these links[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900