Results 1 to 2 of 2

Thread: winsock - send picture picture box

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 1999
    Posts
    13

    Post

    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

  2. #2
    Guest

    Post

    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
  •  



Click Here to Expand Forum to Full Width