How do you develop a plugin for IE?

后端 未结 3 1494
梦如初夏
梦如初夏 2020-12-08 03:30

I have tried with the help of many sites which is available in the Google search. However, I didn\'t get any solution for IE.

I want to build a plugin-in from scratc

3条回答
  •  抹茶落季
    2020-12-08 03:48

    If you really want to write a plugin and not a browser extension:
    The term for internet explorer plugins is - misleadingly - content extensions. Specifically they are implemented as ActiveX controls. MSDN also features an article specifically about ActiveX controls for IE.
    If you go that road, note that ATL eases most of the aspects of COM/ActiveX implementation.

    If you want to have cross-browser support though, i'd personally go with Schnapples suggestion of using FireBreath as it gives you an abstraction layer over the major differences.

提交回复
热议问题