Good question

  • Thread starter Thread starter Tibby
  • Start date Start date
T

Tibby

I've been tasked with yet another thing that I'm unsure of.... I have made a DLL in vb.net, and told it to register for COM interop and the .tlb file has been made. When I reference it in VB6, I can see all the classes in Object Browser, but none of the functions. Is there a way of fizing this?

Tibby
 
Did you declare your functions as Public?

-CJ
I've been tasked with yet another thing that I'm unsure of.... I have made a DLL in vb.net, and told it to register for COM interop and the .tlb file has been made. When I reference it in VB6, I can see all the classes in Object Browser, but none of the functions. Is there a way of fizing this?

Tibby
 
Tibby said:
I've been tasked with yet another thing that I'm unsure of....  I have made a DLL in vb.net, and told it to
register for COM interop and the .tlb file has been made.  When I reference it in VB6, I can see all the classes
in Object Browser, but none of the functions.  Is there a way of fizing this?

Are you talking about functions defined in a module or public methodss
of classes (marked as 'ComVisible')?
 
Back
Top