Exposing class methods in VB6

VBAHole22

Well-known member
Joined
Oct 21, 2003
Messages
432
Location
VA
I created a VB.NET class and checked off the COM interop in the properties so I could use it in VB6. I can use it in VB6 by adding a ref to the type library and it shows up in the object browser as a class but none of the methods or properties are showing up in the browser or IntellinonSense. Yet I can use the methods and properties. Am I missing something?
 
Back
Top