Compile the class in its own project and create a dll. You can then add the dll to a C# project by adding reference by browsing to the VB bin\debug\dll folder. Then add the namespace of the VB class to the top op the C# module with a "using
namespace" statement.
jdweng