Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Clipboard not working

Post Reply
DanielJNicholson
Posts: 1
Joined: 2021-01-04 17:45

Clipboard not working

Post by DanielJNicholson »

we are using vnc for some desktop monitoring in view only mode. When the "viewer" connects the end user loses the ability to cut and paste.
anyone have a fox for this?

Daniel
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Clipboard not working

Post by Rudi De Vos »

Can repeat it. Tested view only and full.

I guess it only exist in combination with another software that also use the clipboard chain.
Unless we are able to repeat it, a fix is not possible.

Any special clipboard option Start > Settings > System > Clipboard.
ingenuus
Posts: 3
Joined: 2014-02-13 22:02

Re: Clipboard not working

Post by ingenuus »

For Windows >= Vista, you could use AddClipboardFormatListener / WM_CLIPBOARDUPDATE which is simpler and does not depend upon the old flakey Clipboard listener chain anymore.

https://docs.microsoft.com/en-us/window ... atlistener
Post Reply