Hi,
I'm trying to make an application that can launch one or more specific tools. Basically these tools are just *.exe programs, or maybe websites that make use of a web service.
Now this application should work as a host, delivering all kinds of functionality
(selection forms, executing queries, ...). That means the tools I launch from it, must be able to talk with this host program somehow.
Now the question is, what would be a good way to do it? I used Windows Messaging in the past to let two programs talks, but I feel this is a little bit outdated. Nowadays we have activeX, SOAP, and so on. I'm not sure what to pick though. Time I should catch on with modern technology!
Rick
I'm trying to make an application that can launch one or more specific tools. Basically these tools are just *.exe programs, or maybe websites that make use of a web service.
Now this application should work as a host, delivering all kinds of functionality
(selection forms, executing queries, ...). That means the tools I launch from it, must be able to talk with this host program somehow.
Now the question is, what would be a good way to do it? I used Windows Messaging in the past to let two programs talks, but I feel this is a little bit outdated. Nowadays we have activeX, SOAP, and so on. I'm not sure what to pick though. Time I should catch on with modern technology!
Rick