Hi I want to pop up my own dialog on save button of File Download Dilaog of IExplorer. Can antbody suugest me how it is possible. I am working for local application not for the web application.
views:
82answers:
1
A:
If you're hosting, for example, an IWebBrowser2 control, I would expect you could catch and block the standard behavior by attaching to an event on the DWebBrowserEvents2 Interface. In particular, FileDownload would probably be a good place to start.
Michael Urman
2009-04-30 14:15:22