PDA

Click to See Complete Forum and Search --> : VB6 Winsock Images


MeTTa@
Jul 12th, 2006, 06:29 PM
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

diekick
Jul 14th, 2006, 11:42 PM
i think you should use the handle of the image box and "CopyMemory" API Function

rory
Jul 16th, 2006, 01:29 AM
see this post for sending image from a file .. to start with ..
http://www.vbforums.com/showpost.php?p=2546641&postcount=10

and take a look at this to load an image from a picture box ..
http://www.vbforums.com/showpost.php?p=2523489&postcount=14

Yoosha
Jan 19th, 2008, 03:15 AM
Great ;)