home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / VBASIC / VBLISTER.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1996-02-23  |  1.4 KB  |  35 lines

  1. VB FILE LISTER For Windows 95/NT
  2. ---------------------------------
  3.  
  4. YOU MUST HAVE VISUAL BASIC 4.0 OR HIGHER INSTALLED ON YOUR MACHINE FOR THE APPLICATION TO RUN
  5.  
  6. Here is a simple little program that Microsoft must have forgot
  7. to put in Visual Basic 4.0.  I created it because Visual Basic has 
  8. a poor source printout capability.  This program will read and produce 
  9. a nice formatted listing of any Visual Basic .frm or .bas source file
  10.  
  11.  
  12. TO INSTALL THIS PROGRAM
  13. ------------------------------------------
  14. 1) Unzip the LIST.ZIP file onto your hard drive
  15.  
  16. 2) Run LIST.EXE to start the program
  17.  
  18. 3) I have included the project source in case you want to modify the program.  You must use the
  19.     visual basic 4.0 32 bit compiler for this program to compile properly.
  20.  
  21.  
  22.  
  23. THIS PROGRAM IS VERY SIMPLE TO USE
  24. ----------------------------------------------------------
  25. 1) Run the program
  26.  
  27. 2) Check the indent box if you want VB File Lister to peform it's automatic formatting of
  28.    your source or leave it blank if you want to list the source as it was keyed.
  29.  
  30. 3) Next, key in the VBP File name.  For example, if your project file is LIST.VBP, then key in LIST
  31.    This is optional.  You may leave it blank.
  32.  
  33. 4) Finally, find the source file that you want to print and select it using the mouse.
  34.  
  35. 5) THAT'S IT!  it should print to your default windows printer.