Click here to Skip to main content
15,921,622 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can anyone help me in doing following...

Want 2 create 2 console applications for chatting.Communication should be through pipe.Class in which this communication should be reusable too...
Posted
Comments
OriginalGriff 13-Dec-11 3:07am    
What have your tried?
Anything?
renj00790 14-Dec-11 4:18am    
client and server..got the answer..thanks for assistance
Sergey Alexandrovich Kryukov 13-Dec-11 3:09am    
What have you done so far and what's the problem to resolve? All you need is in MSDN documentation. Have you been banned by Google or something? :-)
--SA
Albert Holguin 13-Dec-11 9:08am    
Typically pipes are usually used for processes exchanging data between processes in a single computer or internal network (although not exclusively the case), are you sure you should rather use sockets?

1 solution

The following url will help you for sure. It has example code for both client and server and also about how to pass data between the client and server process.

http://msdn.microsoft.com/en-us/library/windows/desktop/aa365799(v=vs.85).aspx[^]
 
Share this answer
 
Comments
renj00790 14-Dec-11 3:40am    
thanx Reshmi.....

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