2

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

Menyh
  • 707
  • 1
  • 10
  • 30

1 Answers1

3

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

aleroot
  • 71,077
  • 30
  • 176
  • 213
  • 1
    Thanks for your response! VncSharp has large delays and is not very successful when compared to an actual vnc client. I was hoping for something better. – Menyh Jan 12 '12 at 09:21