How to force ie to load custom Activex dll

Posted by Vinayak on Stack Overflow See other posts from Stack Overflow or by Vinayak
Published on 2010-03-29T13:32:44Z Indexed on 2010/03/29 13:33 UTC
Read the original article Hit count: 392

Filed under:

I have a requirement of making an svg viewer as activex.My questions are:

  1. How do I force ie to use my activex dll to load svg files instead of using Adobe dll?Whenever I drop a svg file on ie browser, it should open it using my custom activex dll and within my control I should get the path of svg file which is being dropped?

  2. How to deploy this activex dll or .msi(I can make a setup) in a client machine so that whenever svg file is opened if ie does not finds my activex dll, it should install the msi and load svg files using my dll?

Thanks in advance. Vin

© Stack Overflow or respective owner

Related posts about c#