How to disable mouse right click in ms word using c#:
I am using this code, but I cannot capture the mouse Event.
http://msdn.microsoft.com/en-ca/library/microsoft.office.tools.word.document.beforerightclick(v=vs.80).aspxv
Any Help is well apprecaited
Thanks
Santana
wajdi georgesPosted Apr 15, 2013, 4:55 PM
Javeed M ShaikhPosted Apr 15, 2013, 4:50 PM
try this
Application.CommandBars(45).Enabled = False