Hello everyone,

I am writting a Windows Form application (C# .NET 2.0 using VS 2008) that uses a WebBrowser object to navigate to various web pages, to do some automation for certain tasks. One of the tasks I need to do is to download files, where I click on a link and save a report to my hard drive (or a folder on the network).

I can programically click the link to start the download, but I have no idea how to repond to the 'File Download' and 'Save As' windows, to actually download the file.

Any ideas or suggestions would really be appreciated. Let me know if you have any questions.

Thanks!