Will Activex Dlls created in VB6 work in VB.Net? (vice versa even?)
Will Activex controls created in VB6 work in VB.Net? (vice versa even?)
Printable View
Will Activex Dlls created in VB6 work in VB.Net? (vice versa even?)
Will Activex controls created in VB6 work in VB.Net? (vice versa even?)
Yes ActiveX will work in .NET but it has to create wrappers to use them and causes alot of overhead. It is recommended you dont unless you have to. As far as vice versa, there is no such concept as ActiveX in .NET.