CodeBase - Screen Saver

Return to the CodeBase listing

Category: Complete Applications

Version: 1.3

0
0

Information

Uploaded: 19th Mar 2005 22:13

Modified: 1st Jan 1970 01:00

Author:  SunDawg

Summary

It's a basic Screen Saver for Windows when your computer goes idle.

Full Description

It's your basic, easily customizeable, screen saver template. You can use the code to figure out the basic idea of programming a screen saver. Most important is that the screen saver program must loop indefinetly. Also, due to the design of windows, the screen saver must be placed in the C:\WINDOWS directory with a .SCR file extension. The system works as thus: A file labelled 'Screen Saver.SCR' would show up as 'Screen Saver' in the windows screen saver selection thing, when you click desktop properties. Enjoy this and be sure to have an infinite loop in your program, Windows will automagically terminate it when required.

Comments

No comments yet.