Reputation: 6592
I have an application that handles a particular set of extensions. If I want to be able to open that application inside my IE browser what do I have to support ?
From my research it looks like I will have to implement my application as a COM server and register a MIME handler. This way when IE encounters my extension it can use COM to load my application inside the browser and call my interfaces ?
Is this how its supposed to work ? I am thinking thats how pdf or msdocs get loaded inside browser ?
Upvotes: 0
Views: 51
Reputation: 15271
How to Register an ActiveX Object as the Player for a Media Type
See also MimeType.exe makes ActiveX object default MIME type player
Upvotes: 1