PDA

Click to See Complete Forum and Search --> : Shring pictures thru winsock ?


DJTN
Sep 19th, 2000, 01:00 AM
I'm writting a program that allows 2 users to share pic's (bmp, gif, jpg, etc..)I can send text data back and forth just fine but when I try to send the pictures I get errors. I have 2 picture boxs on the form and I want the person on the other end to see my pic that I have loaded into image1 in they're image2 box and me to see they're image they have loaded into image1 in my image2 box. ( kinda confussing huh?) How can I accomplish this. I have a feeling it's not as simple as sending text strings.

I have been stuck on this for days and there is no information on this topic on the net anywhere. If you have the answer please share!

Thanks,
Todd

Sep 19th, 2000, 05:33 AM
I don't know how its done exactly in code, but I know that you open and read the file in binary mode (I've only used example codes in my own projects as well). You should be able to find something on that in VB World or the VB help.

Sunny