home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / clpmon20.zip / CLIPMONO.DOC next >
Text File  |  1994-03-30  |  6KB  |  147 lines

  1.                                                         Mar. 30, 1994
  2.  
  3.  
  4. Program Name:          CLIPMONO.EXE
  5. Version:               2.0
  6. For Operating System:  Windows 3.1, Windows NT 3.1
  7. Author:                Joseph J. Tamburino
  8. Address:               1640 Worcester Road, Apt. 104D
  9.                        Framingham, MA 01701
  10. Email:                 jjt@iri14.infores.com
  11. Price:                 FREE
  12. Extra Equipment:       2nd monitor and monochrome adapter card.
  13.  
  14.  
  15. Purpose
  16. -------
  17.  
  18.     ClipMono is a Windows utility designed to capture Windows 3.1
  19. data to a 2nd monochrome monitor.  Only text data is copied.
  20.  
  21.     In this fashion, one can refer to clipboard data by looking
  22. at the separate monochrome monitor, even when the clipboard data is not
  23. visible on the primary monitor.
  24.  
  25.  
  26. Usage
  27. -----
  28.  
  29.     There are two versions of ClipMono:
  30.  
  31. CLIPMONO.EXE:     Designed to run under WIN16 platforms such
  32.                   as Windows 3.1.
  33. NTCLPMON.EXE:     Designed to run under WIN32 platforms such
  34.                   as Windows NT.
  35. MONODEV.SYS:      A device driver used by NTCLPMON.  Not used
  36.                   with CLIPMONO.EXE.
  37.  
  38.     Using CLIPMONO.EXE (for Windows 3.1):
  39.     -------------------------------------
  40.  
  41.     ClipMono is easy to use.  Simply run the CLIPMONO.EXE program
  42. from an icon (or optionally place CLIPMONO.EXE in the startup
  43. folder for automatic startup).
  44.  
  45.     As soon as you activate the program, whatever text happens to
  46. reside in the clipboard when you launch ClipMono will instantly
  47. appear in the monochrome monitor.  (If there is no text in the
  48. clipboard, the monochrome display won't change).
  49.  
  50.     From then on, whatever text you decide to copy to the clipboard
  51. will instantly appear on the 2nd monitor.  (Ok, maybe not instantly!
  52. If you have a large amount of data, there may be a pause while ClipMono
  53. reformats the data).
  54.  
  55.  
  56.     Using NTCLPMON.EXE (for Windows NT):
  57.     ------------------------------------
  58.  
  59.     NTCLPMON requires a device driver, MONODEV.SYS, to be present in
  60. the Windows NT system.  To install MONODEV.SYS, follow these steps:
  61.  
  62. 1)  Under NT, start up an MSDOS session.
  63. 2)  Switch to the directory containing the unzipped CLIPMONO.ZIP files.
  64. 3)  Type:   REGINI MONODEV.INI
  65. 4)  Copy MONODEV.SYS to your SYSTEM32\DRIVERS directory (off of your NT
  66.     base directory).  5)  Shutdown NT, then restart.
  67.  
  68.     MONODEV.SYS should now be installed into NT.  To verify that the
  69. driver is really installed, you could open the control panel and
  70. look at the "devices" list.  Keep the "startup" setting turned
  71. to "manual".
  72.  
  73.     Now, try out NTCLPMON.EXE.  Create an icon for the program,
  74. and click on it.  If all goes well, a message will be displayed
  75. on the screen indicating that the MONODEV device has been started.
  76.  
  77.     From this point forward, NTCLPMON should behave exactly like
  78. CLIPMONO does in Windows 3.1.  By placing the icon for NTCLPMON
  79. in your Startup folder, the clipboard viewer will always be available
  80. to you.
  81.  
  82.  
  83. Menu Options
  84. ------------
  85.  
  86.     ClipMono doesn't have a "real" menu.  To activate ClipMono's menu,
  87. left-click the ClipMono icon ONCE (the resident icon, not the
  88. program manager icon).  The ClipMono menu will appear.  ClipMono's
  89. personalized options are "Clear Clipboard", "Reposition Screen", "Tab
  90. Size", "Refresh Screen", and "About".
  91.  
  92.     Use "Reposition Screen" to change your view of the clipboard on the
  93. monochrome monitor.  (You can only select this item if there are
  94. more than 25 lines in the clipboard).  The "Reposition Screen" menu
  95. item will pop up a scroll bar for this purpose.  (Optionally, you can
  96. use the PgUp, PgDn, Home, End, and arrow keys instead of the scroll
  97. bar.  This is a standard feature of window's scroll bars.  I didn't
  98. know this until I coded this program).
  99.  
  100.     The "Tab Size" option changes the number of characters displayed
  101. between tab stops when the clipboard data has imbedded tab characters.
  102.  
  103.     The "Clear Clipboard" option will clear BOTH the monochrome
  104. display and the actual clipboard data itself.  This option effectively
  105. destroys the clipboard and releases any memory associated with it.
  106.  
  107.     The "Refresh Screen" and "About" menu items are pretty straight
  108. forward.  Use the refresh item if some other program mucks up the
  109. monochrome screen.  (Refresh will not appear to do anything if there
  110. is no data in the clipboard, or if the monochrome screen is already
  111. displaying the correct clipboard data).
  112.  
  113.  
  114.  
  115. Miscellaneous Information
  116. -------------------------
  117.  
  118. The memory requirements vary depending on the size of the clipboard
  119. data.  Due to time constraints, no effort was made to optimize the
  120. memory required to store clipboard data.  Basically, clipboard data
  121. is stored in a fashion so as to be updated quickly on demand (using
  122. the "Reposition" menu item).  However, large clipboard documents
  123. may require a large amount of memory.  If you have virtual memory
  124. enabled, windows can dump this memory to disk if it needs to.
  125.  
  126. But the quickest way to free the memory is to just clear the clipboard.
  127.  
  128. ClipMono always displays the approximate amount of memory it's using
  129. to store the monochrome image.  The size is displayed underneath the
  130. program's icon.  It is reported in Kbytes, or bytes / 1024.
  131.  
  132.  
  133. Enjoy the program!
  134.  
  135.  
  136. Revision History
  137. ----------------
  138.  
  139. Version 1.0:     Original release
  140. Version 1.1:     Maintanence release.  Fixes inability to handle
  141.                  clipboard data with lines which terminate with a
  142.                  single newline character.  ClipMono could crash
  143.                  in this case.
  144. Version 1.2:     Clipboards of certain sizes would cause ClipMono
  145.                  to crash.  Fixed.
  146. Version 2.0:     Support for Windows NT added.  MONODEV.SYS added.
  147.