.NET VNC Viewer is a VNC viewer written entirely in C#. It is binary compatible with Smartphones, Pocket PCs and Windows desktops (with .NET Compact Framework or .NET Framework). I write this mainly because other VNC viewers on Pocket PC do not do full screen and screen rotation.
New in 1.0.1.17:
-Implemented listen mode.
-Added an option for Smartphone users to turn off mouse acceleration.
-Added an option for Smartphone users to choose the mouse speed after turning off mouse acceleration.
-For Smartphones with a QWERTY keyboard, now the lower case "p" and "q" keys should work as expected.
-More keys were added to the Keys menu (Esc, Tab, and Fn keys).
-Avoided an exception for some .NET CF devices with no connection manager.... read more
.NET VNC Viewer is a VNC viewer written entirely in C#. It is binary compatible with Smartphones, Pocket PCs and Windows desktops (with .NET Compact Framework or .NET Framework). I write this mainly because other VNC viewers on Pocket PC do not do full screen and screen rotation.
New in 1.0.1.16:
-Server-side scaling and single window mode implemented.
-On a PPC or a Smartphone, now the viewer calls into the connection manager to initiate a network connection (e.g. GPRS) before connecting to the server. From now on the viewer is not P/Invoke-free anymore.
-Added an icon.
-Added an option for users to choose whether to update the screen ASAP or in a batch.
-Added a sample build script.
-Fixed a bug that would hang the viewer if the connection is terminated unexpectedly.... read more
.NET VNC Viewer is a VNC viewer written entirely in C#. It is binary compatible with Smartphones, Pocket PCs and Windows desktops (with .NET Compact Framework or .NET Framework). I write this mainly because other VNC viewers on Pocket PC do not do full screen and screen rotation.
New in 1.0.1.10:
-Client-side scaling implemented.
-Fixed a problem with Smartphone key input mode which prevents the viewer from going back to mouse mode after exiting extended input mode.
-For Smartphones, the back soft key is now backspace even not in key input mode.
-Improved the code for painting.
-Made adjustments to thread priority to provide a more responsive UI.
-Added "Shift Down" and "Shift Up" to the "Keys" menu.
-For Smartphones, added an option to send the mouse location to the server when the cursor is idle.
-Fixed a bug on Smartphones that would cause the right mouse button to not properly function after exiting full screen mode.... read more
.NET VNC Viewer is a VNC viewer written entirely in C#. It is binary compatible with Smartphones, Pocket PCs and Windows desktops (with .NET Compact Framework or .NET Framework). I write this mainly because other VNC viewers on Pocket PC do not do full screen and screen rotation.
New in 1.0.1:
-Smartphone support.
-Hi-Res support for VGA Pocket PCs and QVGA Smartphones.
-Better full screen support (remote desktop centered with black background).
-Better desktop support (intuitive right click handling).
-Workaround for a bug in .NET CF prior to SP3 that hangs the viewer upon exit.
-Workaround for a bug in .NET CF prior to SP3 that crashes the viewer when the server terminates the connection.
-Other cosmetic changes.
-Merged content of TODO.txt and HISTORY.txt into README.txt. README.txt was revised.... read more
I patched .NET VNC Viewer 1.0.0 to utilize hi-res (640x480) screens of some Windows Mobile 2003 SE devices. Get a copy at http://sourceforge.net/project/showfiles.php?group_id=128549 and try it out if you have one of those lovely Pocket PCs. Please note that there is no custom logic to detect a hi-res screen, so the UI may not be pretty but it should work (at least on my emulator it does).
The project web has been put in production. The address is http://dotnetvnc.sourceforge.net.
Screenshots have been removed. They will be posted on the project web later.
Some screenshots of .NET VNC Viewer 1.0.0 are now available at the Screenshots section at http://sourceforge.net/project/screenshots.php?group_id=128549. More will be posted at the project web.
This is the first public release of .NET VNC Viewer. Both source and binary can be downloaded at the Files section at http://sourceforge.net/project/showfiles.php?group_id=128549. The source can also be obtained by CVS.
The project web page and screenshots are not ready yet.