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 ...
Search found 5 matches
- 2022-02-09 15:29
- Forum: General help
- Topic: How do show a screen on Windows10 when in control?
- Replies: 10
- Views: 20359
- 2022-02-08 22:02
- Forum: Olders
- Topic: Re: UltraVNC 1.3.7-dev2 - Feedbacks
- Replies: 2
- Views: 59208
Re: UltraVNC 1.3.7-dev2 - Feedbacks
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: 5719
Re: VNC Server fails to return keyboard/mouse input after VNC Client disconnects
Issue resolved.
The problem was cause by the UltraVNC Server (in 1.2.1) not disabling the mouse hook when SetBlockInputState is called with a value of false.
The problem was cause by the UltraVNC 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: 326226
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: Re: UltraVNC 1.3.7-dev2 - Feedbacks
- Replies: 2
- Views: 59208
Re: UltraVNC 1.3.7-dev2 - Feedbacks
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 ...
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 ...