Hy!
I want to send a simple text over the network.
A client sends a text over the network and a other client in the network receives this text
(like a chat-programm).
How can i do this?
Thanks
Robert Schardl
[email protected]
Printable View
Hy!
I want to send a simple text over the network.
A client sends a text over the network and a other client in the network receives this text
(like a chat-programm).
How can i do this?
Thanks
Robert Schardl
[email protected]
There are lots of ways to do this. If you're after a chat like program (i.e. both machines interact simultaneously) you can use Sockets or Named Pipe code.
Dig out the CHATTER and CHATSVR samples on MSDN for a Winsock based Chat solution.
If you're looking for asynchrounous communication, you can't get any easier than a MailSlot API based solution.