-
send images with tcp
hello, well i`m new in the forum and i will like to know a pair of things.. well i build recently a server client aplications using a tcp conection with winsock (a simple chat).. but now i want to send a archive through it (images) someone can help me? and display them in a picturebox (please excuse my bad english)
thanks.
peloton47
-
Re: send images with tcp
Read the file in chunks, and send each chunk. Then reassemble them on the other end, and open in a picturebox.
-
Re: send images with tcp
ok i guess that sounds good but the problem is i have no idea of how to do that.. :-( . can you give me if it is not to much trouble a little source code o any idea of where i can find one with that example? thanks :-)
peloton47
-
Re: send images with tcp
-
Re: send images with tcp
-
Re: send images with tcp
thanks that was a really god help thank you.
well that`s it.
my question is resolved.
:-) thanks.