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

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top