Readme (2006 October 27, 10:43) Code Saver (2006 October 23, 13:28) ------------------------------------ Install: ------- - Extract to a directory. - Right-click the "code saver.scr". - Click on "Install". OR - Extract from zip. - Copy to "%windir%\system32" - Right-click on the desktop. - Click on "Properties". - Go to "Screen Saver" tab. - Select "Code Saver" in the "Screen Saver" section. - Click on "Settings". - Point to the folder that contains your source codes. - Done. Notes: ------ This screen saver is a modification of "Code Saver" from http://www.anappaday.com/downloads/2006/10/day-27-code-saver.html * **************************************************************************** * Copyright (C) 2006, Dana Hanna * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License along * * with this program; if not, write to the Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * * * For complete license detail refer to "license.txt". * * **************************************************************************** The modifications are: - "Integrated" the dll into the executable. - Added configuration. - Able to choose the typing delay. - Able to choose folder path and what files to find. - Able to choose the font and background colour. - Will recurse into the directories to find the files. - The text is displayed in a typing-like manner. - Multiple monitors will not show the same code at the same time. Better randomising. - Fix bug where if no files are found, program will crash. Configuration file is saved where the executable is located. ______________________________________________________________ http://gar.randchar.com