/***************************************************************************/
/*                                                                         */
/*                CODE BUILDER ver 2.0  BY  SHANE JACOBSON                 */
/*                                                                         */
/***************************************************************************/

     This Program Is Used To Create C Code Graphics Files For Borland C 
     Language Products. The Output File Can Be A Function Or A Stand
     alone Program (SAP).

     This Program Is Shareware You May Evaluate Program For 30 Days
     Free. If You Find It Useful Please Register.

     -NOTE
      The Path To Bgi Driver Has Been Left Blank In The SAP Version.

      The Files Made With Code Builder Version 1.0 Are Not Compatable
      With Version 2.0.


SYSTEM REQUIREMENTS -

     - 286 or Better
     - VGA MODE 640 X 480 X 16

COMMAND LINE ARG -

-  /BC: = The Program Accepts A Background Color Arg.

     -Acceptable Arg.
	1 = BLUE               2 = GREEN             3 = CYAN
	4 = RED                5 = MAGENTA           6 = BROWN
	7 = LIGHTGRAY          8 = DARKGRAY          9 = LIGHTBLUE
       10 = LIGHTGREEN        11 = LIGHTCYAN        12 = LIGHTRED
       13 = LIGHTMAGENTA      14 = YELLOW           15 = WHITE

   -FORMAT
     CBV2 /BC: 10 - This Command Starts Program With A LIGHTGREEN Background.

     -NOTE
      If You Do Not Enter Anything Or Enter Incorrectly Background Will Be
      Black.


-  /MPX: = Controls How Many Pixels Are Moved In X Direction When Arrow Keys
	   Are Pressed.
-  /MPY: = Controls How Many Pixels Are Moved In Y Direction When Arrow Keys
	   Are Pressed.
-  /MPB: = Controls How Many Pixels Are Moved In Both Direction When Arrow
	   Keys Are Pressed.

     -Acceptable Arg.
	1 thur 9 Pixels

   -FORMAT
     CBV2 /MPX: 5 - This Command Sets Arrow Keys In X Direction To Five.
     CBV2 /MPY: 5 - This Command Sets Arrow Keys In Y Direction To Five.
     CBV2 /MPB: 5 - This Command Sets Arrow Keys In X and Y Direction To Five.

     -NOTE
      If You Do Not Enter Anything Or Enter Incorrectly X and Y Direction
      Equals 1 Pixel.


-  /DT: = Controls Screen Savers Active Time.

     -Acceptable Arg.
	Delay Time In Minutes.

   -FORMAT
     CBV2 /DT: 2 - This Command Sets Screen Savers Active Time To Two Minutes.

     -NOTE
      If You Do Not Enter Anything Or Enter Incorrectly Delay Time Equals
      Five Minutes.


-  /SS: = Controls If Screen Savers Are Active.

     -Acceptable Arg.
	1 = ON
	0 = OFF

   -FORMAT
     CBV2 /SS: 0 - This Command Turns Screen Savers Off.

     -NOTE
      If You Do Not Enter Anything Or Enter Incorrectly Screen Saver
      Is Active.

-  /ME: = Controls Mouse Time.
	  If You Are Have Problem With Mouse Action Adjust Time.

     -Acceptable Arg.
	Delay Time In Millseconds.
	MAX => 20000.

   -FORMAT
     CBV2 /ME: 500 - This Command Turns Screen Savers Off.

     -NOTE
      If You Do Not Enter Anything Or Enter Incorrectly ME = 250;


NOTES -
  - Useful Commands That Could Be Lookup In Your Borland Help File - 
        - registerbgidriver
        - registerbgifont
       NOTE - Commands Are Explained In Your UTIL.DOC File That comes 
              with your Borland Product.
  
  - You May Have To Modify The graphics header File To Use registerbgifont.



PLEASE REGISTER

WHAT YOU GET -
     
     - Current Registered Version of Code Builder
     - Slide Show Viewer
     - Converter To Convert Version 1.0 Files To 2.0 Files

/***************************************************************************/

NOTE -

     - I can be reached through "CompuServe" My number is 75357,2342
     - Please report any errors you are having so I may fix them.
     - Thank You!

     - You may freely distrubute Code Builder Shareware ver 2.0

     - Sorry That Ellipses Were Dropped from version 2.0

/***************************************************************************/

CODE BUILDER VERSION 2.0

   The Program Is Pretty Explicit But Let My Give You Some Quick Tips.

    - Both Buttons Pressed Menu Pops Up.
    - Right Button Pressed Color Menu or Style Menu Pops Up.
    - Print Batch File For Reference To Hot Keys.
    - Different Color Keys Are Also Hot Keys.
    - If You Have Any Question Or Sujestions Please Contact Me.