Computer Science Canada change mouse cursor |
Author: | Waked [ Sat Mar 17, 2012 1:39 pm ] |
Post subject: | change mouse cursor |
does anyone know how to change the mouse cursor in turing, by calling an external program that can do that. |
Author: | mirhagk [ Sat Mar 17, 2012 1:42 pm ] |
Post subject: | RE:change mouse cursor |
This is the same question as the last, so just keep it in the old thread. |
Author: | Waked [ Sat Mar 17, 2012 1:44 pm ] |
Post subject: | Re: change mouse cursor |
lol alright, my bad. but if you know how to, i would really appreciate it if you could help me. |
Author: | mirhagk [ Sat Mar 17, 2012 3:12 pm ] |
Post subject: | RE:change mouse cursor |
Try googling around for vb scripts to change the mouse cursor. |
Author: | Waked [ Sun Mar 18, 2012 11:01 am ] |
Post subject: | RE:change mouse cursor |
ok so after i find a vb script for that, how do i call it in turing? |
Author: | Raknarg [ Sun Mar 18, 2012 1:22 pm ] |
Post subject: | RE:change mouse cursor |
There's some function like Sys.Exec (filepath : string) |
Author: | mirhagk [ Mon Mar 19, 2012 12:01 am ] |
Post subject: | RE:change mouse cursor |
It returns a boolean of whether the program was successful or not. |