Computer Science Canada hide mouse |
Author: | greenapplesodaex [ Fri Apr 09, 2004 12:17 pm ] |
Post subject: | hide mouse |
can i hide the mouse cursor in a turing run window? |
Author: | Delos [ Fri Apr 09, 2004 1:23 pm ] |
Post subject: | |
Not in OOT. In Dos Turing...possibly. |
Author: | Tony [ Fri Apr 09, 2004 2:55 pm ] |
Post subject: | |
the mouse is a part of window's API. Rule of thumb is - you can't access anything outside of turing but text files |
Author: | AsianSensation [ Fri Apr 09, 2004 4:02 pm ] |
Post subject: | |
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? |
Author: | greenapplesodaex [ Fri Apr 09, 2004 5:20 pm ] |
Post subject: | reply |
ok, then, can you place the mouse with some other icons? (inside of the run window?) |
Author: | Tony [ Fri Apr 09, 2004 5:34 pm ] |
Post subject: | |
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 |