Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

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

Status
Not open for further replies.

ashishraj14

Programmer
Mar 1, 2005
92
AU
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
 
Use faq855-5802 to open another application and have a look at Command Line Arguments to pass information to them


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top