Does anyone know how to make a C# DLL reverse compatible with Active X? I want my C# class to be used in VB6. I know it's theoretically possible, but it's not working for me.
I checked the "Register for COM Interop" box in the build properties, but it didn't work I supposed that would be too obvious.
I'm using VS2005.
Last edited by umilmi81; Jun 5th, 2006 at 02:36 PM.
Reason: resolved