Client server image transfer
I am new to C#.
I have to develop a simple client server application that takes screenshot (print sceen) of the client's desktop(I m able to do this part successfully) and just sends it to the server continuously every 3 seconds.
The problem occurs when trying to continuously send and receive the image.Specifically, i m getting a MemoryStream error.
Can anybody develop a sample appln and help me out.
Thnx in advance for any help :-)
|