-
[2008] Remote Client
Well I'm start making a server and client program of chat and send image desktop.
I have some questions i would like to make.
1º What is the best way to make a connection between machines?? Sockets???
2º How can i send the image to other computer? With buffer stream?
Some exemples will be good :P
Glad if you could help
-
Re: [2008] Remote Client
Search these forums and you will find plenty of examples (mostly from Athiest :) ) of how to use the Sockets or the .NET TcpClient and TcpListener classes to send data to another computer.