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. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
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. |
|
|
|
|
![](images/spacer.gif) |
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. |
|
|
|
|
![](images/spacer.gif) |
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. |
|
|
|
|
![](images/spacer.gif) |
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? |
|
|
|
|
![](images/spacer.gif) |
Raknarg
![](http://compsci.ca/v3/uploads/user_avatars/3745510004d8be6689b92f.jpg)
|
Posted: Sun Mar 18, 2012 1:22 pm Post subject: RE:change mouse cursor |
|
|
There's some function like Sys.Exec (filepath : string) |
|
|
|
|
![](images/spacer.gif) |
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. |
|
|
|
|
![](images/spacer.gif) |
|