문제

Can anyone suggest a VNC package that allows for a C#/WPF application to pull the image buffer and display it as I please?

My goal is to take a live remote desktop and display it in an in a way that it can be transformed. This means I can not use ActiveX or older .NET controls (such as VNC#, which I couldn't get to connect to our VNC server anyway).

If I could just extract the image data and display it inside our application, using the IMAGE tag, the solution would be "good enough" for now.

Thank you for any help!

도움이 되었습니까?

해결책

You can do this using WritableBitmap - use a VNC library to get a simple bitmap of the server, then draw it to WritableBitmap and display it any way you want

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top