home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / cpvb24 / readme.txt < prev    next >
Encoding:
Text File  |  1995-09-08  |  11.4 KB  |  340 lines

  1. *********************************************************************
  2.   
  3.                          RELEASE NOTES
  4.  
  5.                   Code.Print for Visual Basic
  6.  
  7. **********************************************************************
  8.  
  9. Contents
  10. ========
  11. Evaluation License
  12. Installation
  13. Un-Installation
  14. Default Fonts
  15. Creating a Default Configuration
  16. Files Required by Code.Print
  17. Networks
  18. Documentation
  19. Printer Drivers
  20. History
  21. How to Contact Caladonia
  22.  
  23. Evaluation License
  24. ==================
  25.  
  26. This program is a shareware product.  
  27.  
  28. To facilitate your evaluation, you have full access to all features of this
  29. program.  
  30.  
  31. You can use this program for 30 days after first installation.  For your 
  32. convenience, a message box will display the number of days remaining in your 
  33. evaluation period when you start the program.
  34.  
  35. At the end of the evaluation period you must either buy this software or
  36. remove it from your system.  You will be given an opportunity to buy this
  37. program when the evaluation period has expired.  
  38.  
  39. No features will be disabled at the end of the evaluation period but you
  40. will encounter a reminder screen during use of the program.  
  41.  
  42. The program will not display reminder screens during the evaluation
  43. period.    
  44.  
  45. An evaluation copy notice does appear on the bottom of all printed output.
  46.  
  47. At any time during the evaluation period you may purchase this software.
  48. Select the Information menu on the main program dialog for more information
  49. about purchasing and user benefits.
  50.  
  51.  
  52. Installation
  53. ============
  54.  
  55. To install Code.Print, place the distribution files onto a floppy disk or
  56. into a temporary directory on your hard disk.
  57.  
  58. From Windows, run SETUP.EXE included with the distribution files.
  59.  
  60. Follow the installation instructions in the setup program.
  61.  
  62. NOTE: Code.Print will not operate without first being installed by the
  63. provided setup program.  Code.Print will not run if the executable is
  64. manually expanded.
  65.  
  66.  
  67. Un-Installation
  68. ===============
  69.  
  70. To uninstall Code.Print, simply delete all the Code.Print files.
  71. Supporting files may or may not be used by other programs.  Since these
  72. files are fairly common, it may be best to leave them on your system.
  73.  
  74. Below are a list of program files that need to be deleted:
  75.  
  76. CPVB.EXE
  77. CPVB.HLP
  78. CPVB.INI
  79. README.TXT
  80. ORDER.INI
  81.  
  82. Below are a list of supporting files.  These may be in your WINDOWS\SYSTEM
  83. directory or in your Code.Print program directory, depending on where you
  84. elected to install them originally.
  85.  
  86. SS3D.VBX
  87. CBK.VBX
  88. DWSPYDLL.DLL
  89. SETUPKIT.DLL
  90. VER.DLL
  91. CALL32.DLL
  92.  
  93. Below are a list of files that remain with the original distribution file
  94. set: 
  95.  
  96. FILE_ID.DIZ
  97. LICENSE.DOC
  98. OMB.DOC
  99. PACKING.LST
  100. SYSOP.DOC
  101. VENDOR.DOC
  102. WARRANTY.DOC
  103. SETUP.INF
  104. SETUP.EXE
  105.  
  106.  
  107. Default Fonts
  108. =============
  109. By default, Code.Print tries to print everything in 10 point Courier. It
  110. selects the Courier font by asking the printer device context to give it
  111. the first font name containing the letters "Cour"; if no font matches the
  112. request, Code.Print asks for the first font in the list.
  113.  
  114. Whether or not your system has a font named Courier, it is a good idea to
  115. select some fonts that you know work well with your printer and make them
  116. the defaults for Code.Print.
  117.  
  118. For information on how to change the default fonts, see "Creating a Default
  119. Configuration" below.
  120.  
  121.     --------------------------------------------------------
  122.     TIP  If you will switch printers from time to time,
  123.          it may be best to choose TrueType fonts as your
  124.          defaults. Because TrueType fonts are device-
  125.          independent, the fonts you choose will always be
  126.          available, no matter what printer you use.
  127.  
  128.          To be sure that only TrueType fonts are reported
  129.          to Code.Print when you select default fonts:
  130.  
  131.            1. Run the Windows Control Panel.
  132.            2. Click the Fonts icon.
  133.            3. Push the TrueType button.
  134.            4. Check the box labeled "Show Only TrueType
  135.               Fonts in Applications."
  136.            5. Push the Ok button to confirm your choice.
  137.            6. Push the Cancel button to dismiss the Fonts
  138.               dialog.
  139.  
  140.          Then run Code.Print and follow the steps listed
  141.          in "Creating a Default Configuration."
  142.     ---------------------------------------------------------
  143.  
  144.  
  145.  
  146. Creating a Default Configuration
  147. ================================
  148. When you first install Code.Print, there is no CPVB.INI file in the
  149. Code.Print directory. We recommend that you create one.
  150.  
  151. To create CPVB.INI
  152. ------------------
  153.  
  154. 1. Run Code.Print.
  155.  
  156. 2. Press the Properties button.
  157.  
  158. 3. Choose the Fonts tab.
  159.  
  160.    The controls for selecting fonts will appear in the dialog. In a
  161.    group labeled "Section" are four radio buttons labeled "Header,"
  162.    "Title," "Code," and "Comment." These are the sections of a
  163.    printout for which you can specify an individual font. 
  164.  
  165. 4. Select the font you prefer for each of the four sections.
  166.  
  167. 5. If you wish to set any other property settings do so.  The Help system 
  168.    details each setting's function.
  169.  
  170. 6. When you are satisfied with your selections, press the Set Default
  171.    button near the bottom of the properties dialog.
  172.  
  173.    Code.Print will create the file CPVB.INI in your Code.Print
  174.    directory. This file stores all property options you have selected,
  175.    and Code.Print will initialize to these settings every time you
  176.    run the program.
  177.  
  178. 9. Push the Apply button if you want to apply them to the current session.
  179.    Push the Close button to dismiss the dialog.
  180.  
  181.  
  182.  
  183.  
  184. Files Required by Code.Print
  185. ============================
  186.  
  187. Code.Print for Visual Basic requires the Visual Basic runtime dynamic link
  188. library, VBRUN300.DLL, CMDIALOG.VBX, SS3D.VBX, CBK.VBX, DWSPYDLL.DLL. These
  189. files (except VBRUN300.DLL and CMDIALOG.VBX) are included with this 
  190. distribution package.
  191.  
  192.  
  193. Networks
  194. ========
  195.  
  196. Code.Print for Visual Basic maintains the file CPVB.INI to store
  197. configuration information.  If you are installing Code.Print for Visual
  198. Basic onto a network drive, be sure anyone using Code.Print can write to
  199. that directory.  Printing to a network may require you to set the
  200. Code.Print "Print While Processing" check box to off.   This makes
  201. Code.Print generate the output as a single multi-page print job.  If "Print
  202. While Processing" is checked, each page is generated as a separate document
  203. and thus will be treated by the network as a separate print job.
  204.  
  205. You may need to adjust the timeout setting on the print server.  The
  206. Code.Print output stream is not continuous and causes some networks to
  207. believe the document is finished prematurely.  If adjusting the timeout has
  208. no effect, redirect the output to a file or use a spooler program to
  209. collect the output before sending it to the network.
  210.         
  211. Although Code.Print can be installed on a network, only one user at a time
  212. may run Code.Print if you have a single user license.  If you require more
  213. than one user to be able to run Code.Print at the same time then you will
  214. need to obtain a license for each user.  
  215.         
  216. Multiple licenses are dicounted according to a sliding scale.  (See the How
  217. to Buy menu in after selecting Information on the Main Form.)
  218.  
  219. Documentation
  220. =============
  221.  
  222. Code.Print for Visual Basic is an easy to use program.  All of the
  223. functions contained in Code.Print for Visual Basic are documented in the
  224. Windows on-line help system.  There is no user manual.
  225.  
  226.  
  227. Printer Drivers
  228. ===============
  229.  
  230. Code.Print for Visual Basic is designed to use the printer fonts and
  231. drivers that are available in your current Windows environment. Printing
  232. speed will depend on what fonts and drivers you are using. It is best to
  233. experiment.  Some fonts can be slower than others. Code.Print will display
  234. a message "Waiting for Printer..." while the printer driver is processing
  235. page and font data.  Since processing has been passed from the program to
  236. your printer driver, Code.Print will not respond immediately to a
  237. cancelation request while the "Waiting for Printer..." message is
  238. displayed.
  239.  
  240.  
  241. NOTE!  Code.Print does not work with the Generic / Text Only Printer
  242. Driver. This driver does not respond to any font or style operations and
  243. generates an error condition on every attempt to change the printer object.
  244. Code.Print will try to gracefully back out of this situation but will
  245. probably crash and dump the program. This driver is guaranteed NOT TO WORK.
  246. If you are using a dot matrix printer and want fast output, use the high
  247. speed fonts available in many dot matrix drivers.
  248.  
  249.  
  250. History
  251. =======
  252.  
  253.         Code.Print for Visual Basic Revision History
  254.  
  255.         v1.00  -  Released March 20, 1992
  256.  
  257.         v1.6a  -  Released April 20, 1992
  258.  
  259.         v2.00  -  Released September 15, 1992
  260.                   Added many user requested features.
  261.  
  262.         v2.00a -  Released October 11, 1992
  263.                   Maintanence Release
  264.                   Fixed long string word wrap bug.
  265.  
  266.         v2.10  -  Released October 19, 1992
  267.                   Fixed "Illegal File Name" bug.
  268.  
  269.         v2.10a -  Released October 26, 1992
  270.                   Fixed "Over Flow" error and Title/File Name
  271.                   overlap problem.
  272.  
  273.         v2.20   - Release December 12, 1992 (Feb 08, 1993)
  274.                   Provided VB 2.0 compatibility.  Size of EXE
  275.                   reduced by 50%.  Larger procedures list box.
  276.                   Several efficiency improvements.  Added auto
  277.                   VB version and binary file detection.  Uses
  278.                   Windows help system.  Fixed overflow error.
  279.  
  280.         v2.21   - Release July 24, 1993
  281.                   Fixed Code/Comment font alignment problem.  Added
  282.                   form declaration omit functionality.
  283.  
  284.  
  285.         v2.22   - Release August 22, 1993
  286.                   Added VB 3.0 compatibility
  287.  
  288.         v2.23   - Released June 15, 1995
  289.                   Fixed print to File Cancel error.
  290.                   Overhauled and updated user interface and help system 
  291.  
  292.         v2.23.1 - Release July 17, 1995 
  293.                   Fixed screen repaint problem
  294.  
  295.         v2.24   - Released Sept 12, 1995
  296.                   Added support for VB4.0 projects, files and long file names
  297.  
  298.  
  299. How to Contact Caladonia
  300. ========================
  301.  
  302. Code.Print for Visual Basic is a Shareware product of Caladonia Systems,
  303. Inc.  You can contact us via the methods below:
  304.  
  305.         Mail:
  306.         Caladonia Systems, Inc.
  307.         P.O. Box 1954
  308.         Tacoma, WA  98401-1954
  309.  
  310.         Tech Support, Information, Voice Mail: (206) 759-2325
  311.  
  312.         FAX: (206) 759-2342
  313.  
  314.         CompuServe: 70711,3300
  315.  
  316. As our business grows some of our numbers are likely to change. If any of
  317. these numbers are discontinued you can contact us via the ASP.
  318.  
  319.                      ASP Executive Director
  320.                      545 Grover Road
  321.                      Muskegon, MI  49442-9427
  322.                      U.S.A.
  323.  
  324. Or send a CompuServe message via CompuServe MAIL to ASP Executive Director
  325. 72050,1433.  You may also FAX your request to the ASP Executive Director at
  326. 616-788-2765.
  327.  
  328.  
  329.  
  330. Commments, questions, and suggestions are welcome and encouraged.
  331.  
  332.  
  333. Code.Print is a Trademark of Caladonia Systems, Inc.
  334. Code.Print for Visual Basic (c) Copyright 1992-1995 All Rights Reserved.
  335. Visual Basic is a Trademark of Microsoft Corporation.
  336. Windows is a Trademark of Microsoft Corporation.
  337.  
  338. **********************************************************************
  339. END OF NOTES
  340.