You can try this link for this issue - http://www.anupshinde.com/Articles/WordInDotnet/[^]
D
denishverma
@denishverma
Posts
-
Detect MS word's print command in .Net application -
How Disable Right Click on Webpage ??Code which is used to Disable the right click Button on web-page. --------------------------------------- <script type="text/javascript"> <!--// function press() { if (event.button==2) { alert('Sorry, Right click is not allowed') return false; } } document.onmousedown=press //--> </script> --------------------------------------- Just add this in HTML code after Head Tag. Give me comment and suggestions other than this. Regards Dinesh Verma