After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Search found 12 matches

by ender
2018-04-17 19:21
Forum: SC
Topic: High DPI settings in Windows 10
Replies: 12
Views: 58631

Re: High DPI settings in Windows 10

Any chance you could upload the source code for the latest SingleClick? I tried applying the patch from the above message, but it doesn't apply cleanly to Z_SC_2015(Feb).zip source (there are eg. references to w8ok in the patch that aren't in the original files).
by ender
2016-07-25 20:49
Forum: SC
Topic: High DPI settings in Windows 10
Replies: 12
Views: 58631

Re: High DPI settings in Windows 10

That doesn't seem to apply to the SC's winvnc.cpp directly, though AFAIK, you should get the same effect by declaring <dpiAware>true</dpiAware> in the manifest, right? I already do that in my modification, and while it solves most problems with DPI, I still sometimes encounter one of the two ...
by ender
2016-07-25 15:44
Forum: SC
Topic: High DPI settings in Windows 10
Replies: 12
Views: 58631

Re: High DPI settings in Windows 10

Can you publish the source code for June 2015 version (or at least a diff)?
by ender
2015-02-10 08:44
Forum: SC
Topic: Long initial connection delay?
Replies: 14
Views: 25609

Re: Long initial connection delay?

Seems to have been fixed for me (tested on physical Windows 8.1 and Vista running in VMWare Workstation).
by ender
2015-02-09 23:10
Forum: SC
Topic: Long initial connection delay?
Replies: 14
Views: 25609

Re: Long initial connection delay?

Is the source available?
by ender
2015-02-08 17:06
Forum: SC
Topic: Long initial connection delay?
Replies: 14
Views: 25609

Re: Long initial connection delay?

I'm aware that Aero isn't disabled when [WALLPAPER] is set. I'm saying that with [WALLPAPER] set, the issue can be reproduced on Vista and 7 (when the user has Aero enabled), and that the issue always occurs on Windows 8 and 8.1 (since desktop composition can't be disabled there). I'm fairly sure ...
by ender
2015-02-06 20:30
Forum: SC
Topic: Can't start Internet Explorer when connected with SC
Replies: 0
Views: 7069

Can't start Internet Explorer when connected with SC

Here's another problem I noticed with SC: when it's active, Internet Explorer usually can't be started on the server side - if you run it, it's window flashes and disappears. If IE was running before SC was started, it'll continue working, but opening new instances still doesn't work. This seems to ...
by ender
2015-02-06 17:04
Forum: SC
Topic: Long initial connection delay?
Replies: 14
Views: 25609

Re: Long initial connection delay?

I answered this in my other topic, but it's more appropriate to do it here.

The 1-minute connection delay happens when desktop composition (Aero) is enabled on the server. When [WALLPAPER] is used in helpdesk.txt, this delay will be avoided on Windows Vista and 7 (because Aero will be disabled ...
by ender
2015-02-06 16:17
Forum: SC
Topic: Compiling SC
Replies: 4
Views: 10296

Re: Compiling SC

As far as I can see, it happens regardless of Windows version when desktop composition is enabled (if SC is allowed to disable composition, the picture appears immediately; since composition cannot be disabled on Windows 8 and up, the problem is always visible with these versions, but when ...
by ender
2015-02-05 16:18
Forum: SC
Topic: Compiling SC
Replies: 4
Views: 10296

Re: Compiling SC

OK, looks like my VS6 install was broken - after reinstalling VS6 and Platform SDK 2003, I got SC to compile.

BTW, any idea why VNC viewer takes about a minute to display it's window (after accepting connection from SC) when the server has desktop composition (Aero) enabled?
by ender
2015-02-04 22:29
Forum: SC
Topic: Compiling SC
Replies: 4
Views: 10296

Compiling SC

I want to do a few small modifications to SC winvnc.exe (translation, include manifest), so I need to recompile winvnc. This works fine, but the resulting executable depends on newer VC runtime (msvcr80.dll), while the original one is linked against msvcrt.dll. How is the official SC compiled to use ...
by ender
2014-01-19 23:26
Forum: Feature requests
Topic: SC suggestions
Replies: 0
Views: 4414

SC suggestions

I'd like to suggest two changes to the manifest used in SingleClick:
mark winvnc.exe as DPI-aware. Current version of SingleClick will not update the viewer properly when run on high DPI displays (DPI set to 150% or more), marking the EXE as DPI-aware works around that (and as far as I can see has ...