Communication between VB.NET/ VB6 appl.

M

Marty

Hi,

Is there a fast way to enable communication between two application.
One made in VB.NET and the other in VB6 ?

I was thinking to create a socket communication but, there may be
something better.

Thank you

Marty
 
H

Herfried K. Wagner [MVP]

Marty said:
Is there a fast way to enable communication between two application. One
made in VB.NET and the other in VB6 ?

An alternative to sockets is using the 'WM_COPYDATA' message. I don't know
if this is the fastest way to interchange data between two applications. A
sample written by Tom Shelton [MVP] can be found here:

<URL:http://groups.google.de/[email protected]>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top