Pergunta

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...

Foi útil?

Solução

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 .

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top