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 |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
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.