Click here to Skip to main content
15,887,952 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai

I am developing a client server application.Now i wanna send image to the opponent,for default images of application i am sending the position of image in list control so that opponent can take the image from that position.but now i wanna send the custom image. Help me.....
Posted

1 solution

You probably need to create a socket connection between the two and use that to send the data. Try a Google search for "windows sockets", there are lots of samples around the internet.
 
Share this answer
 
Comments
Albert Holguin 8-Jun-11 15:02pm    
simple as that, my 5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900