VNC server & multiclient in vb.net

Cyclone picture Cyclone · Oct 5, 2009 · Viewed 8.7k times · Source

I want to create an application that acts as a vnc client which is connected to multiple servers at once. First and foremost, how do I access the VNC protocol in vb.net (make a client/server, output the display etc)? Second, how can a single client connect to multiple servers?

Thanks for the help! I take it there are no VncServer or VncClient components in the .net framework?

Answer

RobS picture RobS · Oct 5, 2009

A .net vnc client library can be downloaded here. There are instructions in the documentation for creating c# and vb.net applications.