|
-
Jul 24th, 2005, 01:39 PM
#1
Thread Starter
Addicted Member
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?
-
Jul 24th, 2005, 03:06 PM
#2
Fanatic Member
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 .
-
Jul 24th, 2005, 07:19 PM
#3
Thread Starter
Addicted Member
Re: Help Please !!!
 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
-
Jul 24th, 2005, 07:59 PM
#4
Fanatic Member
-
Jul 25th, 2005, 11:05 AM
#5
Thread Starter
Addicted Member
Re: Help Please !!!
 Originally Posted by k1ll3rdr4g0n
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|