drawing directly onto the desktop
Author |
Message |
Tiwihoc
|
Posted: Thu Jan 17, 2008 10:31 am Post subject: drawing directly onto the desktop |
|
|
would there be a way to set the program to draw to the actual desktop instead of the default run window? id imagine it would be something like:
drawfillbox : "desktop" (x,y,x,y,col)
or something, but i cant figure it out or find it anywhere |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Thu Jan 17, 2008 11:23 am Post subject: RE:drawing directly onto the desktop |
|
|
You can't actually draw to "desktop", it's always contained within the application. Some can have transparent backgrounds, but Turing can't.
The next best thing is to grab the wallpaper image, draw to that, and set it as a new wallpaper, but that requires OS access and Turing can't do that either. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
octopi
![](http://compsci.ca/v3/uploads/user_avatars/1246682444a1aa25749124.gif)
|
Posted: Thu Jan 17, 2008 11:30 am Post subject: Re: drawing directly onto the desktop |
|
|
No, you can't do that in Turing.
You'd need to use a better language such as C#, or c++ |
|
|
|
|
![](images/spacer.gif) |
|
|