home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / WBK20.ZIP / WINBACK.DOC < prev    next >
Text File  |  1993-03-03  |  5KB  |  124 lines

  1. WinBack Utility v 2.0 - modified by Manfred Huber
  2.  
  3. Description of version 2.0
  4. --------------------------
  5. I wasn't able to start WinBack from an Icon on OS/2 2.1 BETA 6.479,
  6. so I decided to port it to 32 Bit using C-Set/2. Besides this there are
  7. no functional differences to v 1.2 This Version does not work with pre 2.0
  8. versions of OS/2. New makefile included.
  9.  
  10. I can be reached at my CompuServe Mailbox: 100021,3416
  11.  
  12. The changes in version 2.0 are minor.  Full credit belongs to Robert Mahoney.
  13. -----------------------------------------------------------------------------
  14. WinBack Utility v 1.2 - modified by Rick Papo
  15.  
  16. Description of version 1.2
  17. --------------------------
  18. Great add-on to OS/2, but I didn't like how the window stayed active after
  19. being pushed down to the bottom of the stack.  That, and I wanted the thing
  20. to show in the system task list, so I could cancel it if necessary without
  21. having to reboot.  Having something in the task list doesn't clutter the PM
  22. screen, after all.  Both changes are incorporated in this version.
  23.  
  24. Changes have been made to winback.c, winhook.c & winback.dlg.  In addition,
  25. it has been tested under OS/2 2.0 (beta 6.149).
  26.  
  27. I can be reached at my CompuServe mailbox: 72607,3111
  28.  
  29. The changes in version 1.2 are minor.  Full credit belongs to Robert Mahoney.
  30. -----------------------------------------------------------------------------
  31. WinBack Utility v 1.1 - modified by Rick Suntag
  32.  
  33. Description of version 1.1
  34. --------------------------
  35. When I first used the Winback utility by Robert Mahoney, I thought it
  36. was a great idea.  Previosly, I had been ALT-Escaping and then finding
  37. the correct window.  Sometimes, this led to a full screen group or even
  38. the Dos group being selected...a real pain.  The original utility opened
  39. a PM window and gave the user the ability to turn WinBack on and off.  As
  40. I said above, this utility is a great idea and I saw no need to ever turn
  41. it off.  Since there is no need to disable the utility, there is also no need
  42. to clutter PM with another window.  The following changes have been made:
  43.  
  44.         1)  When the program is started, a 4 second dialog box with program
  45.             info is displayed on the screen.
  46.         2)  WinBack does not appear in the Task List and runs in the
  47.             background.
  48.  
  49. Changes have been made to winback.c,winback.h,winback.rc,winback.dlg
  50. No changes have been made in the winhook.c (DLL source) from Robert Mahoney.
  51.  
  52. I can be reached at the following address:
  53.  
  54.         Rick Suntag
  55.         21 Meadowpark Avenue West
  56.         Stamford, CT 06905-2225
  57.  
  58. Email:
  59. attmail!rjsuntag
  60. AT&T Easylink 62206830
  61. or on various OS/2 BBS systems.
  62.  
  63. The changes in version 1.1 are minor.  Full credit belongs to Robert Mahoney.
  64. His documention follows.
  65. ---------------------------------------------------------------------------
  66.  
  67. WinBack Utility v1.0 - Robert Mahoney
  68.  
  69. DISCLAIMER
  70. ----------
  71. The Program is supplied "AS IS" without any warranty of any kind,
  72. either expressed or  implied,  including, but not limited to, the
  73. implied warranties of merchantability and fitness for a particular
  74. purpose.
  75.  
  76. In  no  event  shall Robert Mahoney be liable for any damages, either
  77. direct or  consequential,  caused by the use, or inability to use,
  78. this program, even  if Robert Mahoney has been advised of the
  79. possibility of such damages.
  80.  
  81. DESCRIPTION
  82. ------------
  83.    This utility will allow you to push any active window to the
  84. bottom of the window pile.
  85.  
  86. INSTALLATION
  87. ------------
  88.    Place WINBACK.EXE on your PATH. Place WINHOOK.DLL on your
  89. LIBPATH.  Put an entry for WINBACK.EXE in a group and set the
  90. open when system started option.
  91.  
  92. USAGE
  93. -----
  94.    Double-click with the right mouse button on the titlebar of an
  95. active window.
  96.  
  97. DETAILS
  98. -------
  99.    I developed this utility after being exposed to Sun's Unix GUI,
  100. OpenLook.  One of the neat features of this GUI (the only neat
  101. feature IMHO) is when you click with the right mouse button
  102. anywhere on the titlebar, you get a menu similar to PM's system
  103. menu.  But it also includes a choice: BACK which will push the
  104. window to the bottom of the pile.  I thought this would be very handy
  105. for PM, especially with my small screen.
  106.    Using a sysem input hook, it was amazingly easy to do.  Now all I
  107. have to do is double-click with the right mouse button on the titlebar
  108. and the window goes to the bottom of the pile.
  109. It took me about 3 hours of coding.  Input hooks really should be
  110. written in assembler because *all* messages pass through the hook
  111. procedure, but as long as you only have a few input hooks, and they
  112. don't do any kind of real processing then you shouldn't notice any
  113. slowdowns.
  114.  
  115. If anyone has any comments you can reach me on
  116.    BIX as RMAHONEY
  117.    Fidonet OS/2 echos  -  OS/2 Shareware  (1:109/347)
  118.                           703-385-0931 (HST DS)
  119.                           703-385-4325 (HST DS)
  120.         Robert Mahoney
  121.         27 East Jackson Ave
  122.         Babylon, New York 11702
  123.  
  124.