Using .Net NamedPipes in a VB6 to communicate with C# application -


update:
1 - new c# application exposes namedpipeserverstream(system.io.pipes) on .net framework.
2 - legacy vb6 needs communicate c# namedpipeserverstream.
3 - until vb6 resides in system without .net framework. but, going forward both c# , legacy application on computer has .net installed.
3 - can vb6 talk c# pipe server using callnamedpipe() , approach hassle free in maintenance of communication betwen applications?

any resources can or other approaches ?

old question: have legacy vb 6.0 application needs communicate newer c# application using .net namedpipes.

currently, legacy vb6 application sits on system without .net. when install .net framework , c# namedpipeserver application on system, how can legacy vb6 program communicate c# application on namedpipes ?

please let me know. in advance.

i have worked vb6 application needed data set of wcf services.

the easiest way achieve put logic communicate remote systems in .net assembly exposes operations via com , call assembly vb6 code.

see https://msdn.microsoft.com/en-us/library/system.runtime.interopservices.comvisibleattribute(v=vs.100).aspx starting point.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -