home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_tools / vprint22 / vprint22.txt < prev   
Text File  |  1994-05-28  |  5KB  |  102 lines

  1. VPrint v2.2 
  2. May 28, 1994
  3.  
  4. Scott M. Pazur
  5. 11225 Quailbrook Chase
  6. Duluth, GA  30136
  7.  
  8. CIS ID: 74457,2772
  9.  
  10. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  11. VPrint is shareware.  Take a look, play around, use it for a while.  If you
  12. like it and plan to use it regularly, please register.  It's only $15.00.
  13. REGFORM.TXT contains a registration form.
  14. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  15.  
  16. I'm not much of a documentation writer, and docs aren't really necessary
  17. when you have a comprehensive help file (VPRINT.HLP - Windows format). 
  18.  
  19. What is VPrint?
  20.  
  21. VPrint is a Visual Basic For Windows source code printer, with many options
  22. to let the user decide how the output should look.  Files to be printed must
  23. be saved in text format for VPrint to work.
  24.  
  25. VPrint will allow you to print multiple files, or multiple/selected 
  26. subroutines/functions from one file.  If you choose a MAK file from the
  27. file selection folder, all files from that project will be added to the 
  28. list of files to be printed.  Another neat thing about the file selection
  29. folder is a box which lists the last four directories from where files 
  30. were printed.  A simple click on one of these will jump to that directory.
  31.  
  32. Different fonts can be selected for various parts of the output - page
  33. headings, VB code, Sub/Function header lines, comments, and form/control
  34. declarations.
  35.  
  36. The option settings available are:
  37.  Line numbers - You can have none, module level (reset to 1 at the start
  38.    of a new sub or function), or global (start at 1 and keep going until
  39.    the end of the file).
  40.  Index - The index will list each sub/function and the page number of the
  41.    output where it can be found.  If the line number setting is "global,"
  42.    the index will also include the line number where the sub/function 
  43.    starts.
  44.  Separator Lines - If this option is set, VPrint will separate each 
  45.    sub/function with a line, making the printouts much easier to read.
  46.    Note: If this option is selected, the next is automatically turned off.
  47.  Sub Per Page - This will cause each sub/function to start on a new page.
  48.    Note: If this option is selected, the last is automatically turned off.
  49.  Form Declarations - By default, the form/control declarations found at
  50.    the beginning of a VB .FRM file are NOT printed.  This option allows
  51.    you to print this information if desired.
  52.  Left Indent - You can offset the left side of the printout from 0 to 3
  53.    inches to allow for "binder blindness" - the part of pages in three 
  54.    ring binders that you can't read once you jam in a whole lot of pages.
  55.  Path In Header - If set, the VPrint output header will include the whole
  56.    path of the file being printed.  By default, only the file name will
  57.    be printed.
  58.  Sync Code Fonts - This option sets the printer fonts for the sub/function
  59.    headers and comments to whatever is selected for the code.  If you change
  60.    the setting for the code, the other two are updated automatically.
  61.  
  62. Installation
  63.  
  64. Nothing major here.  I didn't include an installation program - for 
  65. something this small it just wastes ZIP space and makes your transfers
  66. longer.  Just put all the files in the same directory and you're set.
  67.  
  68. Distribution
  69.  
  70. Pass this along to as many Visual Basic users as you want.  However, I do
  71. ask that you include all the original distribution files listed below.
  72.  
  73. Files Included
  74.  
  75. CMDIALOG VBX        18,688 04-28-93  12:00a
  76. MHMQ200  VBX        19,008 03-08-94  12:51p
  77. MHRUN400 DLL        93,472 05-19-94   9:53a
  78. MHTAB    VBX        81,744 05-19-94   8:06p
  79. FILE_ID  DIZ           270 05-28-94  12:00a
  80. SPIN     VBX        22,528 04-28-93  12:00a
  81. THREED   VBX        64,032 02-17-94  12:00a
  82. VPRINT   EXE        60,991 05-28-94  12:00a
  83. VPRINT   HLP        90,887 05-28-94  12:00a
  84. REGFORM  TXT         2,303 05-28-94  12:00a
  85. VPRINT22 DOC         4,778 05-28-94  12:00a
  86. VPRINT22 DSC           553 05-28-94  12:00a
  87. SAMPLE   INI           318 05-28-94  12:00a
  88.  
  89. I hope you enjoy VPrint.  If so, take time to register for a mere $15.00.
  90. And if there is something you'd like to see added to VPrint, please include
  91. it on the registration form when you send it in.  A whole lot of the 
  92. features of this release are the result of feedback from beta testers.  Even
  93. if you decide not to register at this time, but have an idea for a future
  94. release, drop me some email.
  95.  
  96. Now for the standard disclaimer - I, the author takes no responsibility for
  97. any mishap/data loss/life threatening illness that may occur before, during,
  98. or after running VPrint.  Not that I can imagine anything like that ever
  99. happening, but this is sort of a standard CYA message that needs to be here.
  100.  
  101.  
  102.