home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / delphi / SAVESCRN / SAVESCRN.TXT < prev   
Encoding:
Text File  |  1995-08-23  |  1.8 KB  |  50 lines

  1.  
  2. SAVESCRN
  3.  
  4. A DELPHI screensaver template complete with source
  5. Version 1.0
  6.  
  7.  
  8. Overview
  9. ========
  10.  
  11.     This program demonstrates how to write a simple Windows Screensaver using the
  12.   new DELPHI Visual language from Borland Inc. All the source for the program has
  13.   been included with the distribution. En example Screensaver is also included,
  14.   it is called SAVESCRN.SCR.
  15.      
  16. Installation
  17. ============
  18.  
  19.     Place the file SAVESCRN.SCR in your windows directory, typically c:\windows. Start
  20.   up the control panel (found in the Main program manager folder) and choose 'Desktop'.
  21.   A screen saver called 'Bizare flying box' should now be in the list of screensavers. 
  22.   You can test it by pressing the button 'Test' or 'Config' to get more info on it.
  23.  
  24.    Source: Place all the code in a single directory. Start up DELPHI and select open. You
  25.   can now select one of two files: SAVESCRN or FIX. SAVESCRN is the example screesaver but
  26.   fix is a small program required to fix the screensaver program once it is done.
  27.  
  28.     FIX: To use fix do the following. Start by compiling your screesaver program. Run the
  29.   fix program. Select your newly compiled program, give it a name and press the button
  30.   'Fix the file'. Your EXE file will be fixed and renamed to have the extension '.SCR'. If
  31.   there is already a file with that name in the directory you will have to rename it 
  32.   yourself. Place the SCR file in your windows directory and your new screensaver will 
  33.   show up in the control panel.
  34.  
  35. Registration
  36. ============
  37.  
  38.     There is no registration. The program is free for all to use. However if you like it
  39.   and think that it has been of help to you then please send $5 (or more) to the below
  40.   address. IT IS COMPLETLY OPTIONAL but would be appreciated.
  41.  
  42.     Thorr Tjorvi Einarsson
  43.       P.O.Box 3037
  44.     IS-123 REYKJAVIK
  45.      ICELAND
  46.  
  47.  
  48.  Enjoy!
  49.  
  50.