如何在Asp.net中使用activex控件?

发布于 2024-11-28 08:30:02 字数 1459 浏览 0 评论 0原文

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

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

发布评论

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

评论(1

千秋岁 2024-12-05 08:30:02

ActiveX 控件不依赖于服务器端技术,它们依赖于<对象>。除非您想在服务器端使用它,否则请在服务器端使用它。在这种情况下,您想使用 COM Interop。
通常,您需要生成代理来访问库 - 假设服务器端。

http://www.thinketg.com/company/blogs/blogs/jasonworley/posts/11-07-22/NET_COM_Interop_with_VB6_ActiveX_DLLs.aspx

有很多关于此的帖子。您在寻找客户端还是服务器端?

ActiveX controls dont depend on the server side technology, they depend on the <object> tag on the server side unless you want to use it on the server side. In that case you want to use COM Interop for ex.
Generally you need to generate the proxy to access the library - assuming server side.

http://www.thinketg.com/company/blogs/blogs/jasonworley/posts/11-07-22/NET_COM_Interop_with_VB6_ActiveX_DLLs.aspx

there are manyyyy posts out there on this. Are you looking for client side or server side?

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