Can this be done? Can I use a DLL (Class Library) made in NET in a VB6 application?

I built a sample and tried but it wouldn't reference the dll. Although I noticed there are different kinds of classes in NET and so I didn't know if I had to use a different kind (Component Class, Class Library...).

Finally starting to get the hang of this NET stuff and I'm loving it.