desktop
Blitz3D Forums/Blitz3D Beginners Area/desktop
| ||
I stherea way I can capture the desktop buffer! THx in advance! |
| ||
Print Screen, insert in drwaing program. But if you mean capture it in a program and use it, hmmmm.... dunno how to do then. |
| ||
I mean from bloitz so i can od things with it?? |
| ||
There is a example in the documentation for Blitz+ with the desktop() command. For b3d I have no idea if it is possible. |
| ||
If you're using B+ then there is a function Desktop() that returns the Desktop as a gadget. You can print screen by copying the DesktopBuffer() to an pre-made image buffer. As Nebula said there is an example in the docs. |
| ||
ohhh I want it one b3D |