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?