VNC control for WPF

3.7k Views Asked by At

i am looking for a vnc control (Client) i would be able to use inside a WPF application i am creating .

I would like to to be able to capture computes with TightVNC/UltraVNC (open source types) servers.

Anything like that exists?

Thanks

1

There are 1 best solutions below

1
On

I know only VncSharp that is a Winform control but maybe you can adapt to WPF ... Take a look at this porting to WPF for example ...