Reference VB6 to VB.NET DLL

  • Thread starter Thread starter JJ
  • Start date Start date
J

JJ

Hello All,

Does anybody know how to reference a VB6 project to a VB.NET DLL.

Kind regards,

JJ
 
Is the Vb.net dll your project? If it is, then look up "Com Interop" in help
or search this group. If not, did the author design it for com interop? If
so, then you just need to register it. If not, then I think you are out of
luck.
 
Hello All,

Does anybody know how to reference a VB6 project to a VB.NET DLL.


You like to use a VB6 DLL in .NET?

or

You like to use a .NET DLL in VB6?
 

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