Question

I'm tring to develop the WinForm with C#. This application must capture desktop frequently and send it to remote server via socket. How can I pack on client and unpack in server these Images for compress image size higher speed in transfer?

Is it possible? If yes get me any idea or solution.

Thanks so much...

Was it helpful?

Solution

You Can Use of Background Worker , I Had similar problem and i resolve it by one timer and one Backgrond Worker .

If this idea is not good solution put your code here .

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top