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



The information in this article applies to:

  • Microsoft Internet Explorer (Programming) 4.0
  • Microsoft Internet Explorer (Programming) 4.01
  • Microsoft Internet Explorer (Programming) 4.01 SP1
  • Microsoft Internet Explorer (Programming) 4.01 SP2
  • Microsoft Internet Explorer (Programming) 5
  • Microsoft Internet Explorer (Programming) 5.01
  • Microsoft Internet Explorer (Programming) 5.5
  • Microsoft Windows Internet Services (WinInet)

This article was previously published under Q274201

SUMMARY

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

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

REFERENCES

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

Modification Type:MajorLast Reviewed:5/11/2006
Keywords:kbhowto kbURLMon KB274201