
-----------------------------------
Waked
Sat Mar 17, 2012 1:39 pm

change mouse cursor
-----------------------------------
does anyone know how to change the mouse cursor in turing, by calling an external program that can do that.

-----------------------------------
mirhagk
Sat Mar 17, 2012 1:42 pm

RE:change mouse cursor
-----------------------------------
This is the same question as the last, so just keep it in the old thread.

-----------------------------------
Waked
Sat Mar 17, 2012 1:44 pm

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
Sat Mar 17, 2012 3:12 pm

RE:change mouse cursor
-----------------------------------
Try googling around for vb scripts to change the mouse cursor.

-----------------------------------
Waked
Sun Mar 18, 2012 11:01 am

RE:change mouse cursor
-----------------------------------
ok so after i find a vb script for that, how do i call it in turing?

-----------------------------------
Raknarg
Sun Mar 18, 2012 1:22 pm

RE:change mouse cursor
-----------------------------------
There's some function like Sys.Exec (filepath : string)

-----------------------------------
mirhagk
Mon Mar 19, 2012 12:01 am

RE:change mouse cursor
-----------------------------------
It returns a boolean of whether the program was successful or not.
