Ive gotten enough winsock experiance to know how it works, I need example Send and Recieve snippets for sending a image (from a imagebox) and sending it, and when receieved will be placed in another imagebox. Thanks,
___
Dan
Printable View
Ive gotten enough winsock experiance to know how it works, I need example Send and Recieve snippets for sending a image (from a imagebox) and sending it, and when receieved will be placed in another imagebox. Thanks,
___
Dan
i think you should use the handle of the image box and "CopyMemory" API Function
see this post for sending image from a file .. to start with ..
http://www.vbforums.com/showpost.php...1&postcount=10
and take a look at this to load an image from a picture box ..
http://www.vbforums.com/showpost.php...9&postcount=14
Great ;)