----------------------------------- greenapplesodaex Fri Apr 09, 2004 12:17 pm hide mouse ----------------------------------- can i hide the mouse cursor in a turing run window? ----------------------------------- Delos Fri Apr 09, 2004 1:23 pm ----------------------------------- Not in OOT. In Dos Turing...possibly. ----------------------------------- Tony Fri Apr 09, 2004 2:55 pm ----------------------------------- the mouse is a part of window's API. Rule of thumb is - you can't access anything outside of turing but text files :? ----------------------------------- AsianSensation Fri Apr 09, 2004 4:02 pm ----------------------------------- what about creating batch files with Turing? I think you could do that. If you could create batch files, and know the right commands, then can't you potentially exchange the mouse icon? ----------------------------------- greenapplesodaex Fri Apr 09, 2004 5:20 pm reply ----------------------------------- ok, then, can you place the mouse with some other icons? (inside of the run window?) ----------------------------------- Tony Fri Apr 09, 2004 5:34 pm ----------------------------------- AsianSensation has a good point - you could use Sys.Exec to execute external programs writen in other languages (such as C++ or batch files)(batch files could be created by turing) to access window's API