|
-
Feb 22nd, 2000, 01:57 PM
#1
Thread Starter
New Member
i display a picture in picturebox (with picturebox.picture=loadpicture(picturename)
now, i want to send picture that i have displayed to another computer via winsock
how can i do ?
note (i don't want to send picture file, but only picture that i have displayed)
thanks
-
Feb 22nd, 2000, 08:46 PM
#2
you open the file where the picture is located, read it into a string, send it via winsock.
on the other site you recieve the data, and now you can save them. (in a file for example)
so i would do it 
taLON
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|