vb6 and vb.net interoperability with interfaces

  • Thread starter Thread starter rufus
  • Start date Start date
R

rufus

Hi,

I have a question about interfaces. I have written an interface class using
vb6 but I want some of my VB.NET classes to implement it. Is this possible?
If so, can you give me some ideas on how to go about it?

Thanks.
 
Just make a COM reference to the VB 6 component and you'll be able to use it
in .NET.
 

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