Open VB.NET app from VB6 app & vice-versa

G

Guest

How can I open VB.NET application from within VB6 application? I have a
button on the toolbar for the main form of VB6, which should open VB.NET
application. The main form of the VB.NET application displays set of results
for various companies in a DataGrid. There is a “Open Company†button which
should open “CompanyDetails†form in VB6 app for the selected row in the
DataGrid on the VB.NET app.

How can I make VB6 and VB.NET app talk to each other?

Thanks
 
C

Cor Ligthert [MVP]

Job,

You can of course build your own service who does be queing the message
communciation between your VB6 program and the VBNet one.

However better is in my opinion to write, you cannot.

Cor
 

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