How C#.Net DLL is used in VB6.0

T

TulasiKumar

hi
i am new in Csharp programming.i have developed in One DLL in C#.Net that
dll is used in VB6.0.is it possible?
if i am adding reference this dll in to VB6.0 it is n't added.So, i have
created TLB in that Dll.So, i have added that TLB file in to Vb6.0.
Here is the one problem is getting it is creating instance of that added Dll
but the methods are not getting on that instance.This is the problem
i am facing.Any one kindly help me.Any documentation regarding on that
please provide me.

Thanks in advance
Regards,
TulasiKumar.
 
D

Dmytro Lapshyn [MVP]

Hi,

Please refer to the following MSDN technical article:

"Calling a .NET Component from a COM Component" (by Mike Gunderloy)
 

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

Top