.NET Web Browser Control - SaveAs Event

Posted by Dale on Stack Overflow See other posts from Stack Overflow or by Dale
Published on 2009-07-06T13:44:45Z Indexed on 2010/03/12 1:57 UTC
Read the original article Hit count: 205

Filed under:
|
|
|

Does anybody know if you can access the SaevFileDialog control that's used by the WebBrowser control? Once somebody saves the webpage being displayed I need to catch where the files have been created; however I can't seem to find any events/members that allow me access to that information.

© Stack Overflow or respective owner

Related posts about webbrowser

Related posts about .NET