开发者

Merge OCX with .NET EXE

Is th开发者_JAVA技巧ere 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.


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.


Apparently, VMware ThinApp allows this.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜