qck.hlp (Table of Contents; Topic list)
Printing Code
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Printing Code
 
 ■ You can print from the current module, selected code, the active window,
   or all all modules in the current project. In each case, Visual Basic
   prints code as ASCII files.
 
 ■ To print code:
   1. Open the form module or code module containing the code you want to
      print.
 
   2. From the File menu, choose Print
 
   3. Select Active Window, Current Module, All Modules, or Selected text
 
   4. Choose OK
 
 ■ To send an ASCII dump of the specified or current form to the printer,
   choose Print Form from the File menu in the Form Designer or use
   the PRINTFORM method in code. See: PRINTFORM Method
 
 ■ To send output directly to the default system printer from code, use the
   PRINTER object. See: PRINTER Object