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

Hiding pointer during monitor blanking?

Post Reply
thetao
Posts: 5
Joined: 2010-04-28 21:45

Hiding pointer during monitor blanking?

Post by thetao »

When connected to a remote computer and blanking the monitor (using alpha blending), is the a way to also hide the mouse pointer? I suppose I don't use this feature very often, but I just noticed the remote user can still see the pointer, even though they can't move it or see the screen. Can this be done?

Thanks,

Todd
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: Hiding pointer during monitor blanking?

Post by supercoe »

I've noticed this as well, I don't believe there is a fix.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
B
800
800
Posts: 2338
Joined: 2009-09-09 14:05

Re: Hiding pointer during monitor blanking?

Post by B »

But there's a dumbass workaround: on the remote station's Mouse control panel, temporarily set the pointer to be invisible. Apparently you actually have to use a custom invisible GIF rather than turning it off entirely.

Some guidelines towards the bottom at http://www.1earthadventures.com/2008/04 ... indows-xp/

It would be a fun little hack to script this to toggle back and forth.

Or, in your case, I suppose making the pointer's edge and fill colors the SAME as your background color would do the trick too.
Last edited by B on 2010-04-29 15:55, edited 1 time in total.
thetao
Posts: 5
Joined: 2010-04-28 21:45

Re: Hiding pointer during monitor blanking?

Post by thetao »

Hmm, to change the pointer, you're likely just flipping a DWORD (or something similar) in the registry. This may not be a clean coding practice, but it would be very easy to add this to the code. It would be a little more work to add a user hook to "run this script when activating or deactivating a feature", but maybe that could be a feature request? Thanks for the tip.
B
800
800
Posts: 2338
Joined: 2009-09-09 14:05

Re: Hiding pointer during monitor blanking?

Post by B »

Yeah, but I see that being all kinds of dangerous, where when disconnecting you leave people without a visible cursor. And custom cursor schemes and apps might not recover well. Same reason I hate and turn off the default "Mouse Sonar" setting.

As an optional admin thing, though, it would convenient to have.
Post Reply