RemoteViewing 0.9.1
dotnet add package RemoteViewing --version 0.9.1
NuGet\Install-Package RemoteViewing -Version 0.9.1
<PackageReference Include="RemoteViewing" Version="0.9.1" />
paket add RemoteViewing --version 0.9.1
#r "nuget: RemoteViewing, 0.9.1"
// Install RemoteViewing as a Cake Addin #addin nuget:?package=RemoteViewing&version=0.9.1 // Install RemoteViewing as a Cake Tool #tool nuget:?package=RemoteViewing&version=0.9.1
RemoteViewing is a .NET-native VNC client and server library.
It supports Raw, Hextile, Copyrect, and Zlib encodings, and includes a Windows Forms control to make embedding VNC in your program extremely easy.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.9.1 (May 11, 2013);
Added a preliminary VNC server implementation.
Added clipboard sharing support.
The underlying client is now free-threaded, and the Windows Forms control handles marshaling.
The download at http://www.zer7.com/software/remoteviewing includes samples if you need them.
0.9.0 (April 22, 2013):
Test version. Still needs cleanup and better keyboard handling.