Author |
Message |
greenapplesodaex
|
Posted: Fri Apr 09, 2004 12:17 pm Post subject: hide mouse |
|
|
can i hide the mouse cursor in a turing run window? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Delos
|
Posted: Fri Apr 09, 2004 1:23 pm Post subject: (No subject) |
|
|
Not in OOT. In Dos Turing...possibly. |
|
|
|
|
|
Tony
|
Posted: Fri Apr 09, 2004 2:55 pm Post subject: (No 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 |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
AsianSensation
|
Posted: Fri Apr 09, 2004 4:02 pm Post subject: (No 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? |
|
|
|
|
|
greenapplesodaex
|
Posted: 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?) |
|
|
|
|
|
Tony
|
Posted: Fri Apr 09, 2004 5:34 pm Post subject: (No 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 |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
|