How can i upload/download a picture from a picturebox through TCP Winsock and place it on the server into another picturebox without saving it on the hard disk
Printable View
How can i upload/download a picture from a picturebox through TCP Winsock and place it on the server into another picturebox without saving it on the hard disk
Well to upload the file you'd just use nomal file I/O stuff and send the data through the winsock control using the Send() method.
Then in terms of using the picture without saving to the hdd, I would take a look at this page :
http://www.ur.co.nz/imagepro2.htm
I believe it does what you're looking for ...
That's a lot of code but i will try to find the best of it Thank you.
This thread might also be of some assistance :
http://forums.vb-world.net/showthrea...threadid=69352
Yes thanks there are really good informations but i think not the exact that what wanted to know. It does not matter.