*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.(i.e. I plan to send that validated encounter ID on 2nd machine and open the exe with the person details related with that validated encounter)
I would suggest using WCF or one of the underlying technologies like .NET Remoting.