Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How To Suppress File Download Dialog Box When You Use a Pluggable Protocol Handler


View products that this article applies to.

Summary

This article describes how to suppress the File Download dialog box in Internet Explorer when you implement a pluggable protocol handler.

↑ Back to the top


More information

Internet Explorer displays the File Download dialog box when the protocol handler uses the IInternetProtocolSink::ReportProgress method to send a BINDSTATUS_CONTENTDISPOSITIONATTACH notification to the transaction handler. To suppress this dialog box, do not send the content disposition notification.

NOTE: This does not suppress the File Download dialog box when you run a hyperlink URL that ends with a file extension that Internet Explorer considers unsafe. For additional information, click the article number below to view the article in the Microsoft Knowledge Base:
232077 INFO: Executing Files by Hyperlink and the File Download Dialog Box

↑ Back to the top


References

For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:

↑ Back to the top


Properties

Retired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.

↑ Back to the top


Keywords: KB274201, kburlmon, kbhowto

↑ Back to the top

Article Info
Article ID : 274201
Revision : 3
Created on : 5/11/2006
Published on : 5/11/2006
Exists online : False
Views : 335