Hi experts

I am VERY new to DOTNET so pardon my knowledge.

Can we inherit classes from other VB Projects in DOTNET?

Because I have a VB DOT NET Source Code Project and I need to implement its standard Interfaces and Inherit some classes in my new VB project.

I dont want to make DLL of that API project and refrrering it in my project to make its COM like objects for the reason that I think that way I wont be able to use its Interfaces [If I am Correct?] Hence the question.

I use VS-DOTNET 2005.