Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I want to make 2 applications which communicate with each other.

For Example:
If Application 1 Sends Data then the Sent data Should appears on Application 2.

More Comprehensively:
Application has Form in which user type/enter data in text boxes, then when he click on the Button(Sends), it appears immediately on the next applications Form.

Also I want to load new 2nd form from 1st from.
Thanks.
Posted
Updated 15-Dec-10 22:37pm
v2
Comments
Dalek Dave 16-Dec-10 4:37am    
Edited for Grammar and Readability.

Hi Raheel,

Use .net remoting for inter process communication.

Refer these link.


[^]

[^]
 
Share this answer
 
 
Share this answer
 
Hi Raheel,

Use TCP Protocol and refer the following link

TCP/IP Chat Application Using C#[^]
 
Share this answer
 
Go the the following link you can download the sample code dear!
TCP/IP Chat Application Using C#[^]
 
Share this answer
 
@All would like to send me the sample code
 
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