Link to home
Start Free TrialLog in
Avatar of Tygh
Tygh

asked on

How do you make an Active X object from a VB.net class?

I am trying to make a VB class an Active X object.  Any idea on how this is done?

ASKER CERTIFIED SOLUTION
Avatar of bob_online
bob_online

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
with VB.NET, it is NOT possible to create COM-compatable User Controls.

AW
on the other hand, if you want to access a VB.NET derived object (based on a VB.NET class), in a VB 6 program, then you can use COM-Interoperability.  This will create a COM wrapper around the VB.NET class, to make it behave as a COM/ActiveX object.

AW

Avatar of Tygh
Tygh

ASKER

do you mean an class library or a windows control library.  I can find the activex control type.