Hi,
I have been working on a project involving the .NET VNC Client VncSharp (VncSharp Website).
When inheriting from the RemoteDesktop object, when I call the new object I get the exception...
Value of 'null' is not valid for 'stream'.
Even code as simple as below throws the exception...
public class VncObject : RemoteDesktop
{
public VncObject()
{
}
}
Has any one had any experience of this library?
Thanks