Comm Objects equivelent

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

If I need to create a .Net component to be run inside another Non .Net
application,
what kind of componenet do I create in .NET

Example, I want to create a .Net component to be hosted in VB6 or C++ app.

Then how do I reference the .NET componenet with this app??

Thanks..
-Lou
 
You need to register the .NET component with Component Services and then you
will be able to use it within a COM application. Check the help for COM
InterOp.
 
Back
Top