I have a VB COM DLL that interfaces with a C library to run some functionality that for various reasons can't be rewritten in VB (or even COM). About halfway through this C code, it needs to get some ...
I have two classes each with a function. At any rate, that works for this application in VB.NET. When I create the equiv in C#, while the connection is made in FunctionB, it is not passed back to ...