A
AussieRules
Hi,
I have two vb apps and I want to have them communicate with each other.
For example, one of the apps is the master controller. It manages all the
data, and creates sub sets of data for the other application(sub
application). I want the master application when it has prepared the sub set
of data, to send a message to the sub application so that it knows to go and
do some work.
When the sub application has finished(or to send updates as its doing the
work) I want it to be able to send info back to the master so it knows what
is happening.
the only catch is there will be only one master application but there might
be many sub applications.
Any tips on how to do this. I was simply going to have them share a database
table and updated that but not sure its the best way.
Thanks
I have two vb apps and I want to have them communicate with each other.
For example, one of the apps is the master controller. It manages all the
data, and creates sub sets of data for the other application(sub
application). I want the master application when it has prepared the sub set
of data, to send a message to the sub application so that it knows to go and
do some work.
When the sub application has finished(or to send updates as its doing the
work) I want it to be able to send info back to the master so it knows what
is happening.
the only catch is there will be only one master application but there might
be many sub applications.
Any tips on how to do this. I was simply going to have them share a database
table and updated that but not sure its the best way.
Thanks