IE中的ActiveX控件能否下载它所依赖的本机程序集

发布于 2024-08-02 10:52:59 字数 204 浏览 4 评论 0原文

我希望这个问题的标题有意义。

我想知道的是,如果我开发一个依赖于其他本机(即非 COM)程序集的 Active X 控件(用 C++/CLI 开发),该 Active X 控件是否可以在 IE 中工作?即,它是否能够在本地下载本机程序集,还是仅下载 Active X 控件程序集本身?

如果我没有任何意义,请要求澄清,我的术语可能有问题。

谢谢。

I hope the title of this question makes sense.

What I want to know is if I develop an Active X control (developed in C++/CLI) that is dependent on other native (i.e. non-COM) assemblies, will the Active X control work in IE? I.e. will it be able to download the native assemblies locally or is it only the Active X control assembly itself that is downloaded?

Please ask for clarification if I haven't made any sense, my terminology on this may be off.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无人接听 2024-08-09 10:52:59

不可以。ActiveX

ctl 本身必须具有可用的依赖项才能正确初始化。
您将如何初始化 ActiveX ctl 以使其执行下载? (先有鸡还是先有蛋的讨论)。

但是,您可以将控件与其依赖项打包在一起,以便它能够初始化。

希望能回答您的问题。

No.

The ActiveX ctl itself must have its dependencies available to initialize properly.
How would you initialize the ActiveX ctl to have it perform the download? (chicken or egg discussion).

You CAN however package the control with its dependencies so it will initialize.

Hope that answered your question.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文