Using C# dll in vb6
C#
3
Posts
3
Posters
0
Views
1
Watching
-
-
One method of using C# class or a C# dll is to wrap the C# code as a COM object that you can then use in another language. Here is a link to an article on that. http://codeproject.com/csharp/COM_Object_in_C_.asp[^] Steve Maier, MCSD MCAD