Implement IDownloadManger for my application only
问题 I'm using the WebBrowser control in a WinForms application and have implemented my own download manager by following the instructions here. My custom download manager works, but also overrides the download manager for Internet Explorer , too*. Is there a way to only have the custom download manager appear when my application is running? Or is there a way to unregistered it when my application closes? *I appreciate that is precisely the point of implementing IDownloadManager , and the