How to use activex control in Asp.net? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
开发者_C百科 Improve this questioni want to add active-x control in asp.net webpage.i am try to searching on Google but till not getting pro-pertly ans.
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?
精彩评论