Jump to content

Showing (not hiding) the mouse on a remote connection


 Share

Recommended Posts

Contrary to some sneaky-types around here who seem to want to do things on others' computers without being seen.... this is the opposite.

I'm working out the final details of a remote assistance package and I would like for them to see where I'm clicking.

I'm half wondering if it's a problem with the way I've tried making my GIF. I -think- I've done it right (made the background red and assigned red as the transparent colour) but it still shows up as non-transparent with a white background.

CODE
While ProcessExists("hamachi.exe")

Sleep(100)

$pos = MouseGetPos()

;SplashImageOn ( "", @TempDir & "\transmouse.gif", 21 , 30 , $pos[0]-2, $pos[1]-2 , 19) ;<---Preferred

ToolTip ( " " , $pos[0], $pos[1] , "" , 0 , 3) ; <--non-preferred but basically works.

WEnd

Any ideas?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...