The protocol handler I have implemented using pluggable protocol interfaces of IE 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.