将 OCX 与 .NET EXE 合并

发布于 2024-09-19 16:49:23 字数 110 浏览 6 评论 0原文

是否有任何工具(商业或免费软件)可以将 OCX 文件与 .NET 可执行文件合并? 我知道可以制作一个独立的 OCX 参考,但这对我来说还不够,我需要获得一个没有安装要求的 exe。

谢谢。

Is there any tool, commercial or freeware, that allows merging OCX files with .NET executable?
I know it's possible to make an isolated OCX reference, but that's not sufficient in my case, I need to get a single exe without installation requirement.

Thanks.

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

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

发布评论

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

评论(2

天气好吗我好吗 2024-09-26 16:49:23

.ocx 是一种非托管 DLL,其中包含 COM 服务器(通常是 ActiveX 控件)。它无法合并到 .NET 程序集中。您必须将这些控件替换为自定义 Windows 窗体控件,才能顺利实施您的计划。

A .ocx is an unmanaged DLL that contains COM servers, ActiveX controls typically. It cannot be merged into a .NET assembly. You will have to replace those controls with, say, custom Windows Forms controls to get ahead on your plan.

好久不见√ 2024-09-26 16:49:23

显然,VMware ThinApp 允许这样做。

Apparently, VMware ThinApp allows this.

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