I have looked into ActiveX controls and all the examples have been in VB. Looking though the available project templates in VS 2005 I only see an Active X option under C++.

I would like to use C# since the code I need to put in the object already exists in C#, however the closest thing I have found for C# is a "Web Control Library". Is that analogous to a C++ ActiveX control?

What should i expect to see as compiled output?

Thanks,