¤ Is it possible to create an activex component using vb.net?
¤
¤ I need to make a component to be used by a Windows Scripting Host vb script,
¤ but wish to use some features available in vb.net for the component.
You can't create a COM component, but you can create a VB.NET component that can be accessed through
a COM wrapper:
Exposing .NET Framework Components to COM
ms-help://MS.VSCC/MS.MSDNVS/cpguide/html/cpconexposingnetframeworkcomponentstocom.htm
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)