Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
i want to send data from one window application to another window application.

1)Both application are same, running on differnt PCs.
2)They have intenet access.


data will be text. i am using c#.
Posted
Comments
Sandeep Mewara 26-Oct-12 15:10pm    
And what have you tried so far?

It depends on what exactly you want to achieve, what would be your application-layer protocol (http://en.wikipedia.org/wiki/Application_layer[^]), or requirements to such protocol stemmed from your application requirements. You always have such protocol, even if you don't realize it and don't consider it as such, don't use such name.

It can be done on one of several different levels of networking, remoting or WCF.
Please see my overview of these approaches in my past solutions:
how i can send byte[] to other pc[^],
Communication b/w two Windows applications on LAN.[^].

—SA
 
Share this answer
 
v2
You can do this using Socket Programming or Remote Programming...
 
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