简体   繁体   中英

How to pass values between two independent winform applications each on different machines in C#.net

* I have two winform applications coded in C# each on different applications. And now I want to pass values between them ..*It can be done easily in case of websites but how to do that in winform appications.

Please Remember these forms are not parent and child forms of the same applications.But they are forms of two different applications.

Logic :Actually,I will be doing some validation on 1 machine based on encounterId. And if the encounter Id is validated,Then I want to run an exe(programed in C# my me only) on different machine.(ie I plan to send that validated encounter ID on 2nd machine and open the exe with the person details related with that validated encounter)

我建议使用WCF或.NET Remoting等基础技术之一。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM