I'm using the WebBrowser control to open Word, Excel files. I want the loaded documents to be in a "read only" mode. However, the WebBrowser allows edits, context menus, etc. I've tried SubClassing the control, but have determined that this is impossible thru normal methods. Any ideas.
Note: If i set the word document to readonly - users can still modify the view on screen - cut and paste etc. Also if the document has textboxes and the user clicks on thes items a floating toolbar is displayed - most annoying!
Thanks for any help in advance, Ken.