I am writing a form that contains a webBrowser control. I would like to filter the downloads that the control makes before it gets them for rendering the webpage. The event webBrowser.FileDownload indicates when a file is downloading but I can't find a way to access the file that has just been downloaded (unless of course it is an HtmlDocument). It seems like these files should only be a . away. Typical files that I can't seem to access are image files, xml files, etc.
Sincerely,
ghrueff

Accessing Files Downloaded by webBrowser control