views:

82

answers:

1

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.

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