C# .dll to use in VB6

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

I just created a .dll in C#, how do i use it in VB6
since it is not a COMM object???

is there a way too import it into VB6??

-Lou
 
Hi Lou,

You should wrap a com layer around your C# class.
Read
COM Interop Part 2: C# Server Tutorial
..net help topic for a sample.
 
Back
Top