RemoteViewing 0.9.4
dotnet add package RemoteViewing --version 0.9.4
NuGet\Install-Package RemoteViewing -Version 0.9.4
<PackageReference Include="RemoteViewing" Version="0.9.4" />
paket add RemoteViewing --version 0.9.4
#r "nuget: RemoteViewing, 0.9.4"
// Install RemoteViewing as a Cake Addin #addin nuget:?package=RemoteViewing&version=0.9.4 // Install RemoteViewing as a Cake Tool #tool nuget:?package=RemoteViewing&version=0.9.4
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 | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.9.4 (November 11, 2018):
Fixed the VNC server behavior when an incorrect password is supplied.
0.9.3 (November 2, 2017):
Added support for palettized color and 32-bit color.
0.9.2 (October 23, 2016):
Added a SizeMode property to the Windows Forms control.
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.