My ActiveX control uses another activex control (of which I have distribution rights). How can I distribute it along with my activex control, so when the user visits my webpage it automatically downloads that third-party control if its missing
Internet Explorer Extension Development
My ActiveX control uses another activex control (of which I have distribution rights). How can I distribute it along with my activex control, so when the user visits my webpage it automatically downloads that third-party control if its missing
anyone
Hi,
I think that you should bundle up the third party control with your CAB that you use with your ActiveX codebase value.
Check with the third-party provider for distribution and licensing rights.
Here is are some links for web based ActiveX deployment
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1888028&SiteID=1
http://support.microsoft.com/kb/305528
this was the query string I used
http://search.microsoft.com/results.aspx mkt=en-US&setlang=en-US&q=web+activex+deployment
regards.