home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac_os2 / twcp130.zip / READ.ME < prev    next >
Text File  |  1994-01-08  |  8KB  |  209 lines

  1. *****************************************************************************
  2.  
  3.  TWCP  V 1.30 - Text Window Cut and Paste
  4.  
  5.  Copyright 1994 by Masar Software Ltd.
  6.  All rights reserved.
  7.  
  8. *****************************************************************************
  9.  
  10.  This is free software.
  11.  
  12.  If you find this program useful, let me know:
  13.  send a postcard with a photo of your city to:
  14.  
  15.       Maurizio Sartori Masar
  16.       Via MonteGrappa  7
  17.       20044 Bernareggio
  18.             (Milano)  ITALY
  19.  
  20. *****************************************************************************
  21.  
  22.  Commercial distribution and/or use is prohibited without written consent
  23.  by the author.
  24.  
  25.  Because the program is licensed free of charge, there is no warranty for
  26.  the program, to the extent permitted by applicable law.
  27.  Except when otherwise stated in writing the copyright holders and/or
  28.  other parties provide the program "as is" without warranty of any kind,
  29.  either expressed or implied, including, but not limited to, the implied
  30.  warranties of merchantability and fitness for a particular purpose.
  31.  The entire risk as to the quality and performance of the program is with
  32.  you. Should the program prove defective, you assume the cost of all
  33.  necessary servicing, repair or correction.
  34.  
  35.  In no event unless required by applicable law or agreed to in writing
  36.  will any copyright holder, or any other party who may modify and/or
  37.  redistribute the program as permitted above, be liable to you for
  38.  damages, including any general, special, incidental or consequential
  39.  damages arising out of the use or inability to use the program (including
  40.  but not limited to loss of data or data being rendered inaccurate or
  41.  losses sustained by you or third parties or a failure of the program to
  42.  operate with any other programs), even if such holder or other party
  43.  has been advised of the possibility of such damages.
  44.  
  45. *****************************************************************************
  46.  
  47.  TWCP  V 1.30 - Text Window Cut and Paste
  48.  
  49.  The TWCP application is a simple Presentation Manager application
  50.  which let you Mark, Copy and Paste text and graphics from a DOS or
  51.  OS/2 Window using the mouse, like in X Windows, without passing
  52.  through the system menu.
  53.  
  54.  
  55.  Version 1.00
  56.       o Initial release.
  57.  
  58.  Version 1.10
  59.       o Added option to eliminate last Carriage Return.
  60.  
  61.  Version 1.20
  62.       o Rewritten Hook procedure.
  63.       o Corrected problem with buttons 2 and 3 in mark operations.
  64.       o Corrected problem with Disable button.
  65.       o Corrected minor bugs.
  66.       o Minor changes to documentation (added notes and warning).
  67.       o Forced use of control key(s) if Button 1 is used for mark.
  68.  
  69.   Version 1.30
  70.       o Added option to copy and paste in entry fields.
  71.       o Added option "/L" to lower a window z-order clicking on its title.
  72.       o Minor esthetical changes
  73.  
  74. *****************************************************************************
  75.  
  76.  In this package, you should receive these files:
  77.  
  78.  ■ TWCP.EXE      -  Program file
  79.  ■ TWCPHOOK.DLL  -  Program hook library
  80.  ■ TWCP.HLP      -  Program help file
  81.  ■ READ.ME       -  Program description in ASCII format.
  82.  
  83. *****************************************************************************
  84.  
  85.  To install TWCP copy TWCP.EXE in a directory in your PATH,
  86.  TWCPHOOK.DLL in a directory in your LIBPATH and
  87.  TWCP.HLP in a directory in your HELP path.
  88.  
  89.  That is all, now you can use TWCP.
  90.  
  91. *****************************************************************************
  92.  
  93.  TWCP has the following syntax:
  94.  
  95.       TWCP [/? | /H] [/B]
  96.  
  97.  Where
  98.  
  99.   /? /H     Print this help.
  100.   /L        Enable Low It option
  101.  
  102. *****************************************************************************
  103.  
  104.  Enable Low It option
  105.  
  106.  This option is enabled with the /L switch in the command line.
  107.  
  108.  When this option is enabled you can low a window, putting it below all
  109.  windows, clicking with Button 2 on its Title Bar.
  110.  
  111.  Warning: When this option is enabled, applications' title bar will not see
  112.           the button 2 click: if a pop up menu is associated with a click
  113.           of button 2 on the title bar, it will never be activated.
  114.  
  115. *****************************************************************************
  116.  
  117.  This section explain how to use TWCP.
  118.  
  119.  To enable TWCP you should:
  120.  
  121.    1. Select the mouse button with which you want to Mark and Copy,
  122.       checking the corresponding radio button.
  123.    2. Chose which control key(s) (Shift, Alt, Ctrl) you would like to use
  124.       together with the mouse to Mark and Copy, checking the
  125.       corresponding check button.
  126.    3. Select the mouse button with which you want to Paste checking
  127.       the corresponding radio button.
  128.    4. Chose which control key(s) (Shift, Alt, Ctrl) you would like to use
  129.       together with the mouse to Paste, checking the corresponding
  130.       check button.
  131.    5. Enable TWCP clicking on the ENABLE button.
  132.  
  133.  Now you can start to use TWCP.
  134.  
  135.  
  136.  To Disable TWCP you should click on the DISABLE button.
  137.  
  138.  
  139.  To Mark and Copy a portion of text in a DOS or OS/2 Text window you
  140.  should do the following:
  141.  
  142.    1. Press the Mark and Copy control key(s).
  143.    2. Click the Mark and Copy mouse button where you want to start
  144.       marking.
  145.    3. Drag the mouse, holding down button and key, till the end of the
  146.       portion of text you want to mark. Now the zone should be
  147.       highlighted.
  148.    4. Release the Mark and Copy mouse button.
  149.    5. Release the Mark and Copy key.
  150.  
  151.  The text or graphics you marked is automatically copied to the Clipboard.
  152.  
  153.  Note:  If you release the control key(s) before releasing the mouse
  154.         button, you remain in mark mode. To complete the operation, restart
  155.         from point 1.
  156.  
  157.  
  158.  To Paste from the Clipboard you should do the following:
  159.  
  160.    1. Press the Paste control key(s).
  161.    2. Click the Paste mouse button in the window in which you want to
  162.       paste.
  163.    3. Release the Paste mouse button.
  164.    4. Release the Paste key.
  165.  
  166.  The text or graphics is automatically pasted to the window.
  167.  
  168.  Warning: You should hold down the control key(s) till the paste
  169.           operation is completed, otherwise the text program could loose the
  170.           release of the control key(s).
  171.  
  172. *****************************************************************************
  173.  
  174.  TWCP works installing a system hook that intercepts every mouse
  175.  message posted. If the message is directed to a DOS or OS/2 Text
  176.  Window, that has a window class of type Shield, or to a Entry Field,
  177.  #6 and #10 classes, and it is a Mark, Copy or Paste key combination,
  178.  the messages for Mark, Copy or Paste are send to the window.
  179.  
  180.  Warning: Because the program relies on the class name, and there can
  181.           be other windows with class name Shield that aren't DOS or OS/2 Text
  182.           Windows, the program can fail with those windows.
  183.           The fields Class and Parent show the class name of every window in
  184.           which the mouse is clicked.
  185.           If you find a program that makes fail TWCP please let me know.
  186.  
  187. *****************************************************************************
  188.  
  189.  Masar Software Ltd.
  190.  
  191.  For bugs or suggestions, please write to:
  192.  
  193.       Maurizio Sartori Masar
  194.       Via MonteGrappa  7
  195.       20044 Bernareggio
  196.             (Milano)  ITALY
  197.  
  198.  or email to the INTERNET address:
  199.  
  200.       masar@cdc835.cdc.polimi.it
  201.       masar@131.175.6.2
  202.  
  203.  
  204.  Acknowledgments
  205.  
  206.  Thanks to Simona who helped me in writing the documentation.
  207.  
  208. *****************************************************************************
  209.