Hi,
I hope there's a reasonably simple answer to this question that I've just not found yet.
I've got a VB .NET solution which has 2 Windows applications within it, both accessing an SQL Server database but until now the applications didn't need to talk to each other in any way.
However, I'm now required to start one from the other and pass some information to it and I'm not sure how to do this.
I've been searching online to find a way to do this but as yet, to no avail.
The question is I suppose, how can I get one application to start the "Sub Main()" of the other one?
I'd be very grateful for any assistance.
Thanks
I hope there's a reasonably simple answer to this question that I've just not found yet.
I've got a VB .NET solution which has 2 Windows applications within it, both accessing an SQL Server database but until now the applications didn't need to talk to each other in any way.
However, I'm now required to start one from the other and pass some information to it and I'm not sure how to do this.
I've been searching online to find a way to do this but as yet, to no avail.
The question is I suppose, how can I get one application to start the "Sub Main()" of the other one?
I'd be very grateful for any assistance.
Thanks