SSAVER demonstrates how to write a screen saver that runs under Windows 95
and Windows NT. It has been designed to be customized easily with your own
animations. You can add your own screen saver configuration controls by
modifying the configuration dialog resource and then adding the appropriate
code to the ScreenSaverConfigureDialog() in SSAVER.C. You can change the
animations that are produced by modifying the code in DOFRAME.C.
The following file is available for download from the Microsoft Download Center:
Ssaver.exe (http://download.microsoft.com/download/platformsdk/sample61/1/w9xnt4/en-us/ssaver.exe)
For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591 (http://support.microsoft.com/kb/119591/EN-US/) How to Obtain Microsoft Support Files from Online Services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.
The following files are a part of the SSAVER sample:
| • | DoFrame.h,
DoFrame.C - Contains all of the functions and code for drawing frames
in the screen saver animation.
|
| • | SSaver.h,
SSaver.c - Contains all the code for setting up the screen saver and
processing both configuration and screen saver messages. |