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.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
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 5 matches

by Chris_L
2022-02-09 15:29
Forum: General help
Topic: How do show a screen on Windows10 when in control?
Replies: 10
Views: 11184

Re: How do show a screen on Windows10 when in control?

After examining the latest source code 1.3.7 dev-2, the new layered windows feature requires a call to:


SetWindowDisplayAffinity(hwnd, WDA_EXCLUDEFROMCAPTURE);


where WDA_EXCLUDEFROMCAPTURE is defined as (from https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser ...
by Chris_L
2022-02-08 22:02
Forum: Olders
Topic: 1.3.7 dev-2 missing files
Replies: 2
Views: 29781

Re: 1.3.7 dev-2 missing files

Great! thanks a lot
by Chris_L
2022-02-08 21:59
Forum: General help
Topic: VNC Server fails to return keyboard/mouse input after VNC Client disconnects
Replies: 1
Views: 1834

Re: VNC Server fails to return keyboard/mouse input after VNC Client disconnects

Issue resolved. The problem was cause by the server (in 1.2.1) not disabling the mouse hook when SetBlockInputState is called with a value of false
by Chris_L
2022-02-08 00:13
Forum: General help
Topic: Why does TOUCH not work like MOUSE events for disable?
Replies: 16
Views: 309036

Re: Why does TOUCH not work like MOUSE events for disable?

Issue found and addressed. The problem is in the 1.2.1 server code. The mouse hook is not activate\deactivate properly when client disable\enable server inputs
by Chris_L
2022-02-07 22:59
Forum: Olders
Topic: 1.3.7 dev-2 missing files
Replies: 2
Views: 29781

1.3.7 dev-2 missing files

Anyone manage to compile the latest development branch?
It seems the following files are missing: LayeredWindows.cpp and LayeredWindows.h

I was excited in the following discussion:
https://forum.uvnc.com/viewtopic.php?t=37228

"This is fixed, a screen is now possible without using the virtual ...