Hi,

Is it possible to make a C# component that can be used in other applications. Aiming at creating something like a COM component in .net, that can be registered and accessed, say from toolbox in MS Word/Excel or other applications that can use components. I looked into class library project template in VISUAL STUDIO 2008, but according to MIcrosoft:
"You can use the Class Library template to quickly create reusable classes and components that can be shared with other projects."

I am assuming they mean .Net projects from within Visual Studio only. Can please someone point me in right direction?