
-----------------------------------
MACK DOC
Wed Oct 04, 2006 10:17 am

Hiding the mouse cursor
-----------------------------------
Hi,

Is it possible to hide the mouse cursor while still using mousewhere?

Thanks

-----------------------------------
Tony
Wed Oct 04, 2006 10:53 am


-----------------------------------
not with Turing, no.

-----------------------------------
ericfourfour
Wed Oct 04, 2006 6:08 pm


-----------------------------------
You can't with turing but you can with other languages. Just create a program that hides the cursor in a differect programming language and Sys.Exec it. Make sure the language you use has access to the windows api.

If you don't feel like doing that you can just find a program on the internet that hides the cursor and Sys.Exec it.

You should also have a program that shows the mouse.
