1
vote
3answers
137 views
How to disable right-click save on one specific image only
Hello,
I'm running an Asian e-commerce site where users post images of their products. Is there a way to disable right click for only 1 specific image on the page?
E.g. When viewing a product, …
0
votes
4answers
106 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 …
0
votes
1answer
923 views
Right click on sheet-tabs disabled in Excel
I used this vba code in the ThisWorkbook module to disable the right click menu in an Excel workbook.
Private Sub Workbook_Activate()
With Application.CommandBars.FindControl(ID:=847)
…
0
votes
3answers
405 views
How to disable right click menu in external launched applicaton
Good day.
I have a program thats launches an external application. That external app has a right click sub menu on it which I need to disable. Is it possible (without modifying the external app) to …
