标签: asp.net activex
我想在asp.net网页中添加active-x控件。我尝试在Google上搜索,但直到没有得到专业的回复。
答案 0 :(得分:1)
ActiveX控件不依赖于服务器端技术,它们依赖于< object>除非您想在服务器端使用它,否则在服务器端标记。在这种情况下,您希望使用COM Interop for ex。 通常,您需要生成代理来访问库 - 假设服务器端。
http://www.thinketg.com/company/blogs/blogs/jasonworley/posts/11-07-22/NET_COM_Interop_with_VB6_ActiveX_DLLs.aspx
这里有很多帖子。您在寻找客户端还是服务器端?