Results 1 to 5 of 5

Thread: Upload/Download a picture?

  1. #1
    He-M@n
    Guest
    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

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    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 ...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3
    He-M@n
    Guest

    Thx

    That's a lot of code but i will try to find the best of it Thank you.

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    This thread might also be of some assistance :
    http://forums.vb-world.net/showthrea...threadid=69352
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  5. #5
    He-M@n
    Guest
    Yes thanks there are really good informations but i think not the exact that what wanted to know. It does not matter.

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