简体   繁体   中英

How to create IE browser helper objects to respond to specific MIME file type(e.g. .helloword file)?

When IE encounter .PDF file, it will open Adobe PDF Reader within IE and user can read the PDF content.

What I want to do is to make IE to behavior the same, but with my own MIME type, let say .helloworld file extension.

So, is that I have to do the following things:

  1. Create a IE browser helper objects for IE to respond to specific MIME type (.helloworld)
  2. Register/install the plugin in the registry system
  3. Create a program to be called by IE.

That's all?

您可能需要查看异步可插入协议和MIME类型过滤器: http//msdn.microsoft.com/en-us/library/ie/aa767916(v = vs。85)。aspx#Creating_a_Pluggable

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM