Julen 0 Newbie Poster

Hello to everyone,

I have a problem while migrating a Visual Basic 6.0 application to C#. The thing is that my program has to communicate with a third-party application instancing an object. That application will be running and when I run my application, it should detect the active instance of a running object to execute some actions. In the Visual Basic version, that linking was done using the "CoCreateInstanceEx" method, also using “CLSIDFromString” and “CLSIDFromProgID” as support.

So, my problem is that I don't know how to do this using equivalent C# methods to get the same result that I was obtaining in the Visual Basic 6.0 version. I would be very grateful if someone could give me that information.

Thanks a lot in advance.