从 ActiveX 控件使用 CWinFormControl

发布于 2024-12-20 23:39:00 字数 275 浏览 0 评论 0原文

我正在尝试在 ActiveX 控件(启用 MFC/C++/CLR)内托管托管控件(C#/.Net)。

我已经能够从基于 MFC 视图的应用程序成功使用 CWinFormsControl,但我还没有想到了解如何在 ActiveX 控件中托管一个控件。 ActiveX 控件启用了 CLR。我们尝试这样做是因为我们有一个旧的 MFC 应用程序需要使用第三方托管控件,并且我们必须将其托管在我们自己的 ActiveX 控件内,然后将其托管在我们的应用程序中。说来话长,但这就是它必须如何运作的。

有什么指点吗?

I'm trying to host a managed control (C#/.Net) inside an ActiveX Control (MFC/C++/CLR Enabled.)

I've been able to use CWinFormsControl successfully from an MFC View based application, but I haven't figured out how to host one in an ActiveX Control. The ActiveX control is CLR enabled. We're attempting to do this because we have a legacy MFC application that needs to make use of a third party managed control, and we must host it inside of our own ActiveX control, which is then hosted in our application. Long story, but this is how it must work.

Any pointers?

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

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

发布评论

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

评论(1

预谋 2024-12-27 23:39:00

您需要研究 COM 和 .NET 之间的互操作。据我记得,您可以首先使 .NET 组件 COM 对 ActiveX 控件可见。之后,您的 .NET 组件将充当另一个 COM 组件。

这是一篇关于互操作的文章。我相信您需要阅读第二部分

You need to look into interop between COM and .NET. As far as I remember, you can start by making your .NET component COM visible for your ActiveX control. After that, your .NET component acts as another COM component.

Here is an article about the interop. I believe you need to read Part II.

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