IDownloadManager in C#?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I'm writing a C# application that I want to use to download certain
types of (big) files from the Internet. I'm trying to find a way to
integrate it into IE, and IDownloadmanager seems just the ticket.
Trouble is, I'm not that experienced a developer to just do it myself.

Here's an MSDN article that describes the IDownloadManager interface
generally:
http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/ext/overview/downloadmgr.asp

Anyone have an example of an application that uses the IDownloadManager
interface that you can point me to? Seeing an example would really
help. I'm hoping to be able to implment this in C# if possible.

Thanks in advance!

.



Relevant Pages