you guys have been a big help, thanks

ive created my class. it has public properties and subs defined, i compile into the DLL and set a reference to it in another project. after i create an instance of my new object i'm not getting any intellisense support.

something doesn't seem right. Do i have to use regsvr32 with my .DLLs before i can use them?

thanks =)