home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / PROGRAMS / CHOYCE / CLIP_SPY / CLIPSPY.TXT < prev    next >
Encoding:
Text File  |  1991-12-15  |  751 b   |  15 lines

  1. Clip Spy is a little VB program I wrote that prints
  2. whatever text it sees going to your Clipboard.  You
  3. can turn it on and off via a menu option.  Also,
  4. since print output is normally accumulated until there's a
  5. pageful, you can force a print with another menu option.
  6. I often want to print just a few paragraphs or pages of a
  7. document, and now I can do that by copying it to the
  8. Clipboard while Clip Spy is watching.  The icon lets you
  9. know whether Clip Spy is paying attention or not!  Note
  10. that if the application you are copying or cutting from
  11. uses word wrap, then Clip Spy will insert newlines
  12. wherever it can in order to fit a line on your printer's
  13. page.  The program requires VBTOOLS.VBX in your path in
  14. order to run correctly.
  15.