ActiveX in VB.NET
How can I create an ActiveX control in VB.NET so I can to use it in VB 6.0?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ivan BerezdetskyPosted Jan 24, 2007, 9:26 AM
Officially (as I understood) writing ActiveX in .Net is supported only for MFC container. ATL and VB 6.0 containers are not supported. But what to do if I don't know C++? :(
Parwej AhamadPosted Dec 29, 2006, 11:34 AM