Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- 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
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- 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 6 matches
- 2022-02-09 15:29
- Forum: General help
- Topic: How do show a screen on Windows10 when in control?
- Replies: 10
- Views: 5880
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 ...
- 2022-02-08 22:02
- Forum: Olders
- Topic: 1.3.7 dev-2 missing files
- Replies: 2
- Views: 9042
Re: 1.3.7 dev-2 missing files
Great! thanks a lot
- 2022-02-08 21:59
- Forum: General help
- Topic: VNC Server fails to return keyboard/mouse input after VNC Client disconnects
- Replies: 1
- Views: 1238
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
- 2022-02-08 00:13
- Forum: General help
- Topic: Why does TOUCH not work like MOUSE events for disable?
- Replies: 16
- Views: 8893
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
- 2022-02-07 22:59
- Forum: Olders
- Topic: 1.3.7 dev-2 missing files
- Replies: 2
- Views: 9042
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 driver ...
- 2021-03-25 16:05
- Forum: Old messages
- Topic: Disable Touch screen input
- Replies: 0
- Views: 3056
Disable Touch screen input
I notice that we can disable server mouse and keyboard inputs by pressing "Toggle Remote Input and Remote Blank Monitor (on\off)" using VNC viewer. The other option is to set the "LocalInputsDisabled" on the server ultravnc.ini While both options work great to disable keyboard and mouse inputs, it ...