home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / tools / boxer / boxman.doc < prev    next >
Text File  |  1992-04-26  |  7KB  |  220 lines

  1.  
  2.   |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  3.   ||||                                                                 ||||
  4.   ||||                                                                 ||||
  5.   ||||                                                                 ||||
  6.   ||||                          BOXER.BAS                              ||||
  7.   ||||                                                                 ||||
  8.   ||||          A PROGRAM WRITTEN IN QBASIC AND QUICKBASIC 4.5         ||||
  9.   ||||                                                                 ||||
  10.   ||||                  BY SALT AND LIGHT SOFTWARE                     ||||
  11.   ||||                                                                 ||||
  12.   ||||                          1525 LOCUST ST.                        ||||
  13.   ||||                                                                 ||||
  14.   ||||                          READING, PA.                           ||||
  15.   ||||                                                                 ||||
  16.   ||||                          19604                                  ||||
  17.   ||||                                                                 ||||
  18.   ||||                                                                 ||||
  19.   ||||                                                                 ||||
  20.   |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||                                                                 
  21.  
  22.  
  23.  
  24.     
  25.     Welcome to the world of boxing in QBASIC or QUICKBASIC.
  26. This quick tour of BOXER will take you through the four different ways you
  27. can create boxes in the TEXT mode for your screen.
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.         ###############################################
  35.         ####                                       ####
  36.         ####                                       ####
  37.         ####        MAKING A FULL SCREEN BOX       ####
  38.         ####                                       ####
  39.         ####                                       ####
  40.         ###############################################
  41.  
  42.  
  43.  
  44.     Choose Option B from the BOXER main menu to create a full screen box.
  45. You can use almost all of the ASCII character set to create a border. (Some
  46. of the exceptions are CHR$(7) which will ring your computer's bell; CHR$(0)
  47. CHR$(0), CHR$(32); CHR$(255) which won't print anythhing to the screen.)
  48. Perhaps, you will want to take a tour of ASCII before making your choice.
  49. If so, choose Option A on the BOXER main menu. 
  50.     You can create a full screen box by typing in an ASCII number at the
  51. prompt. BOXER will then show you how the box will look. You also will be 
  52. given three options:
  53.         
  54.         1. Save the box to "TESTBOX.BAS"
  55.         (Strike the ENTER key)
  56.  
  57.         2. Redo your box choice.
  58.         (In order to do this, strike the ENTER key and choose Option
  59.         1 from the window which has been added to the Options menu. 
  60.         Strike the ENTER key again.)
  61.  
  62.         3. Return to BOXER main menu.
  63.         (Strike the ENTER key)
  64.  
  65.  
  66.  
  67.  
  68.         \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  69.         \\\\                                       \\\\
  70.         \\\\           LOCATED BOXES               \\\\
  71.         \\\\                                       \\\\
  72.         \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  73.  
  74.  
  75.  
  76.     Choose Option C from the BOXER main menu to create a located box.
  77. You can create a full screen box by typing in the following information
  78. at the appropriate prompts:
  79.  
  80.         @ Width of box from 10 to 70 columns
  81.         
  82.         @ASCII number selection for border
  83.  
  84.         @ Location of top row and left column for box
  85.         (Both entries are made at the same prompt. Be sure to
  86.         separate your selections with a comma. For example: 3, 12
  87.         would mean Row 3, Column 12.)
  88.  
  89.         @Depth of box
  90.         (No more than 22nd row)
  91.  
  92.  
  93.     BOXER will then show you how the box will look. You also will be 
  94. given three options:
  95.         
  96.         1. Save the box to "TESTBOX.BAS"
  97.         (Strike the ENTER key)
  98.  
  99.         2. Redo your box choice.
  100.         (In order to do this, strike the ENTER key and choose Option
  101.         2 from the window which has been added to the Options menu. 
  102.         Strike the ENTER key again.)
  103.  
  104.         3. Return to BOXER main menu.
  105.         (Strike the ENTER key)
  106.  
  107.         
  108.         {}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}
  109.         {}{}                                {}{}
  110.         {}{}        SPECIAL BOXES           {}{}
  111.         {}{}                                {}{}
  112.         {}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}
  113.  
  114.  
  115.  
  116.  
  117.     Choose Option D from the BOXER main menu to select one of 12
  118. boxes which have been created for you. These boxes have been designed to
  119. be full screen boxes. But they can be adjusted to the users' needs. (See
  120. BORDER.BAS as example of how to resize one of the special boxes.)
  121.  
  122.     BOXER will then show you how the box will look. You also will be 
  123. given three options:
  124.         
  125.         1. Save the box to "TESTBOX.BAS"
  126.         (Strike the ENTER key)
  127.  
  128.         2. Redo your box choice.
  129.         (In order to do this, strike the ENTER key and choose Option
  130.         3 from the window which has been added to the Options menu. 
  131.         Strike the ENTER key again.)
  132.  
  133.         3. Return to BOXER main menu.
  134.         (Strike the ENTER key)
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.         (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)
  149.         (*)(*)                                 (*)(*)
  150.         (*)(*)       ROLL YOUR OWN BOXES       (*)(*)
  151.         (*)(*)                                 (*)(*)
  152.         (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)
  153.  
  154.  
  155.  
  156.     Choose Option E from the BOXER main menu to be truly creative and 
  157. create your own specially designed boxes with two, four, eight or 10 elements.
  158. This option takes the most tought and can be the most exasperating. (See 
  159. ROLL.BAS as examples of boxes created with this option.)
  160.  
  161.  
  162.     BOXER will then show you how the box will look. You also will be 
  163. given three options:
  164.         
  165.         1. Save the box to "TESTBOX.BAS"
  166.         (Strike the ENTER key)
  167.  
  168.         2. Redo your box choice.
  169.         (In order to do this, strike the ENTER key and choose Option
  170.         4 from the window which has been added to the Options menu. 
  171.         Strike the ENTER key again.)
  172.  
  173.         3. Return to BOXER main menu.
  174.         (Strike the ENTER key)
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.     \\\\\\\\\\\\\\\\\\\\ REGISTRATION INFORMATION ////////////////////////
  187.  
  188.  
  189.     Salt and Light Software grants a 21-day period of free use of BOXER.
  190. At the end of the time, the user is asked to either send in a $7 registration
  191. fee or delete BOXER. Registered users will receive the lastest copy of BOXER.
  192. All upgrades will be sent at no extra cost. The registration fee covers the 
  193. cost of the disk (please specify the size disk you would like), the cost of 
  194. mailing and any additional costs from updates.
  195.  
  196.     Send the $7 in a check or money order to the following address:
  197.  
  198.             CARMEN PAONE
  199.  
  200.             SALT AND LIGHT SOFTWARE
  201.  
  202.             1525 LOCUST ST.
  203.  
  204.             READING, PA.  19604
  205.  
  206.  
  207.      If you like you might want to use this registration form:
  208.  
  209.  
  210.  
  211.  
  212.         NAME _____________________________________________
  213.  
  214.         ADDRESS __________________________________________
  215.  
  216.         CITY _____________________________________________
  217.  
  218.         STATE ____              ZIP ___________________
  219.  
  220.