Results 1 to 5 of 5

Thread: Help Please !!!

  1. #1

    Thread Starter
    Addicted Member jeroen_12's Avatar
    Join Date
    Jul 2005
    Posts
    152

    Help Please !!!

    Hi guys i post this a while ago but no one reply
    i hope some1 does now


    hi i am new on this forum
    i am jeroen from netherlands sorry my english is bad but i am gonna tray to tell what i need.

    look i wont 2 make 2 projects server and client
    i wont to send Picture from Picturebox of sever to Picturebox of client but it does not work i tryd

    Dim Data As string
    Picture1.picture = Data
    winsock1.senddata,Data

    but its not working so can someone help please?

  2. #2
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: Help Please !!!

    I have recently came accross this when I made my pictochat program (Ill post it on here later ).

    Basicly what your going to have to do is export the picture then send it, but since winsock only allows X amount of data to be sent at one time you are going to have to send the file into chuncks.

    Here is a good example http://www.winsockvb.com/article.php?article_id=37 .

  3. #3

    Thread Starter
    Addicted Member jeroen_12's Avatar
    Join Date
    Jul 2005
    Posts
    152

    Re: Help Please !!!

    Quote Originally Posted by k1ll3rdr4g0n
    I have recently came accross this when I made my pictochat program (Ill post it on here later ).

    Basicly what your going to have to do is export the picture then send it, but since winsock only allows X amount of data to be sent at one time you are going to have to send the file into chuncks.

    Here is a good example http://www.winsockvb.com/article.php?article_id=37 .
    thanx for help
    but do you know whare i may find a sample so i can see the codes
    in vb that way i am understanding it faster
    thanx agian

  4. #4
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: Help Please !!!

    http://www.winsockvb.com/article.php...e_id=37&page=4

    Look at the bottom its an attachment.

  5. #5

    Thread Starter
    Addicted Member jeroen_12's Avatar
    Join Date
    Jul 2005
    Posts
    152

    Re: Help Please !!!

    Quote Originally Posted by k1ll3rdr4g0n
    http://www.winsockvb.com/article.php...e_id=37&page=4

    Look at the bottom its an attachment.
    i see it thanks you are great

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