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.
 
Back
Top