Click to See Complete Forum and Search --> : using managed procedures from VB6


impeham
August 20th, 2003, 10:54 AM
i want to create a simple DLL (in C# which uses managed code) which has a method which i want to call from a VB6 application.
what are the steps to be performed in order to achieve that?

i tried compiling the DLL, but i can't register it in the system nor pointing it as a reference from VB.