Совместное использование экрана в C# Windows Form с использованием TCP: половина экрана отключена ⇐ C#
Совместное использование экрана в C# Windows Form с использованием TCP: половина экрана отключена
I'm trying to write a very simple Screen-sharing code in C# over LAN. It seems to be working well and smoothly with a 100s delay besides the screen being cut in half (or at times 30% when I switch over to other applications eg: switching from viewing VS studio to Chrome). What could be the reason?
I've tried it on my 2 laptops as well as tried to share it on the same laptop but the problem persists. Changing the resolution or delay doesn't change anything. I've also tried to save the images locally as they are sent and then looked at them, and they are being saved fully, so there's not a problem with how they're being captured. I'm very confused.
Here is a screenshot of what is happening: screenshot1] sreenshot2
Here is how I am receiving the data sent: receiving data And here is how I am sending it: sending data Any help is greatly appreciated. This is my first time asking a question here, so I apologize if the format is not according to how it should be.
I'm trying to write a very simple Screen-sharing code in C# over LAN. It seems to be working well and smoothly with a 100s delay besides the screen being cut in half (or at times 30% when I switch over to other applications eg: switching from viewing VS studio to Chrome). What could be the reason?
I've tried it on my 2 laptops as well as tried to share it on the same laptop but the problem persists. Changing the resolution or delay doesn't change anything. I've also tried to save the images locally as they are sent and then looked at them, and they are being saved fully, so there's not a problem with how they're being captured. I'm very confused.
Here is a screenshot of what is happening: screenshot1] sreenshot2
Here is how I am receiving the data sent: receiving data And here is how I am sending it: sending data Any help is greatly appreciated. This is my first time asking a question here, so I apologize if the format is not according to how it should be.
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение