- January 16, 2012
- 15
- 3
- 64
- Home Country
-
Hi mrceolla
I have the same problem with SplashProEX, the mouse just stays there unlike MPC etc
I'm a big fan of AutoHotkey, I use it for lots of remote control functions, putting a walltime clock up on screen etc, and found a script to hide / unhide the mouse cursor
http://www.autohotkey.com/docs/commands/DllCall.htm#HideCursor
(Note: that level of programming is WAY more advanced than what I do: shows two things - that even beginners like me can do useful things with it - and that there's a lot of AutoHotKey code out there that'll probably meet your needs. Don't be intimidated by the look of that example. In your case, installing AHK and then cut and pasting that script into AHK's autostart file is all that needs doing)
Hope it helps
Rob
I have the same problem with SplashProEX, the mouse just stays there unlike MPC etc
I'm a big fan of AutoHotkey, I use it for lots of remote control functions, putting a walltime clock up on screen etc, and found a script to hide / unhide the mouse cursor
http://www.autohotkey.com/docs/commands/DllCall.htm#HideCursor
(Note: that level of programming is WAY more advanced than what I do: shows two things - that even beginners like me can do useful things with it - and that there's a lot of AutoHotKey code out there that'll probably meet your needs. Don't be intimidated by the look of that example. In your case, installing AHK and then cut and pasting that script into AHK's autostart file is all that needs doing)
Hope it helps
Rob