PDA

Click to See Complete Forum and Search --> : Acx Dll from vb6 to vb.net


Dorothy
Jul 16th, 2002, 07:12 AM
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?)

Cander
Jul 16th, 2002, 08:28 AM
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.