Click here to Skip to main content
15,886,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have different winform applications, App1, app2, app3 and so on. App1 calls the exe of app2 (using DOS command window) and sends a message to start the app2. The app2 starts executing and once it finishes its task it sends back the message to app1 that the execution was successful. Once app1 recieves message from app 2 for the sucessful exectuion then it calls the exe of app3 and sends the message to start and waits untill recieves the confirmation of the sucessfulll execution of app3. and call app4 and so on. All the application are developed in c#.net win forms and are on same system. How can I achieve this functionality using WCF?

Earlier the same code was written in foxpro and this func was achieved using memory management.
Posted

1 solution

See this[^] article on how to achieve inter-process (inter-app) communication using WCF.

/ravi
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900