Transfer of data from VB.net to VB6 app

B

Bjorn

We are currently partially migrating from VB 6 to VB.net.
We need help to continuously transfer data (one string)
from a VB.net application to a VB 6 application.

We have used both clipboard and a temporary text file but
it works only partially.

Bjorn
 
J

Jip from Paris

Bjorn said:
We are currently partially migrating from VB 6 to VB.net.
We need help to continuously transfer data (one string)
from a VB.net application to a VB 6 application.

We have used both clipboard and a temporary text file but
it works only partially.

Bjorn

What about making your VB6 app expose a COM interface to be invoked by your
VB.Net app using Interop ?
 
H

Herfried K. Wagner [MVP]

Hello,

Bjorn said:
We are currently partially migrating from VB 6 to VB.net.
We need help to continuously transfer data (one string)
from a VB.net application to a VB 6 application.

We have used both clipboard and a temporary text file but
it works only partially.

The best way is to create an ActiveX component with VB6. You can reference
this DLL from your VB .NET application.

HTH,
Herfried K. Wagner
 

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