Author |
Message |
Waked
|
Posted: 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. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
mirhagk
|
Posted: 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. |
|
|
|
|
|
Waked
|
Posted: 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. |
|
|
|
|
|
mirhagk
|
Posted: Sat Mar 17, 2012 3:12 pm Post subject: RE:change mouse cursor |
|
|
Try googling around for vb scripts to change the mouse cursor. |
|
|
|
|
|
Waked
|
Posted: 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? |
|
|
|
|
|
Raknarg
|
Posted: Sun Mar 18, 2012 1:22 pm Post subject: RE:change mouse cursor |
|
|
There's some function like Sys.Exec (filepath : string) |
|
|
|
|
|
mirhagk
|
Posted: 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. |
|
|
|
|
|
|