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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top