WebBrowser ProblemProblem with WebBrowser., , I am now developing a programming which is showing a word,powerpoint & excel files in the web browser. Whenever user click a record in a datagrid (show all information about file) then webbrowser will show the related file (using Navigate command)., , The problem is, , 1. User can edit the content of files (e.g *.doc & *.xls file), Can we control so that user can only view this content on web browser?, , 2. Webbrowser will prompt a msgbox asking user to save the changes or Save as., (This happens when webbrowser detect that a file has been changed)., This happens when i navigate to other file., , e.g Now WB (i used WB for webbrowser) is showing record no 1 (word file)., when user make changes and want to navigate to record 2 (another word file), msgbox above appear. , , Can we ignore this msgbox or force WB to ignore all changes.., I have tried silent properties but it fails., , 3. Can we wait for WB for finish loading that p... |