|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
File Download with WebBrowser ControlI want to open a word document stored in my database.
What I do is save the document locally, and then open a new winform that has the WebBrowser Control on it and navigate to that new file. This allows the user to manipulate the file and save it. When they close the WebBrowser, if the contents has changed I save it back to the db, and delete the local file. My problem is the "File Download" window that comes up. If the user clicks Save or Cancel things don't work. I'd like to surpass this screen altogether, but from what I've read, you can't avoid it. Is there a way to disable the Save and Cancel buttons? Or at least the Save button? Thanks for any suggestions. |
|||||||||||||||||||||||