Computer Science Canada Hiding the mouse cursor |
Author: | MACK DOC [ Wed Oct 04, 2006 10:17 am ] |
Post subject: | Hiding the mouse cursor |
Hi, Is it possible to hide the mouse cursor while still using mousewhere? Thanks |
Author: | Tony [ Wed Oct 04, 2006 10:53 am ] |
Post subject: | |
not with Turing, no. |
Author: | ericfourfour [ Wed Oct 04, 2006 6:08 pm ] |
Post subject: | |
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. |