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.
发布评论
评论(1)
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?