Displaying active documents in IE through my own protocol handler

问题 Displaying active documents in IE through my own protocol handler

  • 2012年2月23日 13:44
     
     

    I have implemented a protocol handler using pluggable protocol api of IE which is rendering HTML files pretty well in IE. The next step is being able to render active documents such as doc, ppt, pdf, etc in IE through the protocol handler. I understand I need to implement some interfaces for that but I am not sure of what exactly has to be done. Any pointers will be helpful. Thanks.

全部回复