EDN Admin
Well-known member
<p style="text-align:justify <span lang=EN-US>Hello to everyone,
<p style="text-align:justify <span lang=EN-US>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.
<p style="text-align:justify <span lang=EN-US>So, my problem is that I dont 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.
<p style="text-align:justify <span lang=EN-US>Thanks a lot in advance.
View the full article
<p style="text-align:justify <span lang=EN-US>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.
<p style="text-align:justify <span lang=EN-US>So, my problem is that I dont 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.
<p style="text-align:justify <span lang=EN-US>Thanks a lot in advance.
View the full article