Library     -     of technical articles along with code samples supported by Andrew Polar
SreenSaver



Screensaver is very easy

Screen saver is executable that has file type *.scr
and sitting in system directory. It is windows program
that terminates self when user take some action like
pushing the keyboard button or moving mouse. The
animating part may be totally independent from
windows part and can be done in different ways. The
suggested is openGL, as the most convenient. The
only part that require special attention is how to
make screensaver available for a preview than means
showing itself in a preview window. The solution can
be seen from the code.