home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcmagazi / 1992 / 16 / totop.doc < prev    next >
Text File  |  1992-08-31  |  4KB  |  75 lines

  1. TOTOP (Version 1.0)                    Copyright (c) 1992 John Deurbrouck
  2. -------------------------------------------------------------------------
  3.             First Published in PC Magazine September 29, 1992 (Utilities)
  4. -------------------------------------------------------------------------
  5.  
  6. TOTOP:
  7.  
  8.       TOTOP is a small (less than 9K) Windows 3.1 utility that lets you
  9. "float" an application or an icon, above your currently active full-screen
  10. program.  Just click on the TOTOP icon and select Top or Bottom and you
  11. can float or sink any window with a click of the mouse without deactivating
  12. the program window in which you're working.  Since TOTOP uses features that
  13. are new in Windows 3.1, it can't be used with older Windows versions.
  14. It also requires a mouse.
  15.  
  16.      TOTOP was compiled for distribution with the Windows 3.1 SDK and
  17. with Microsoft's Quick C, Version 1.0. The source can also be compiled,
  18. however, with Borland C++, Version 3.0; Turbo C++ for Windows, Version 1.0;
  19. or Microsoft C, Version 7.0.
  20.  
  21. USING TOTOP:
  22.  
  23.      To take a quick look at TOTOP, simply pull down the File menu in the
  24. Program Manager, select Run, and execute TOTOP.EXE from the command line.
  25. Subsequently, you'll probably want to add TOTOP to the Program Manager with
  26. File New, or even put it in your Startup group.
  27.  
  28.     TOTOP makes no entries in WIN.INI or in any of your other files.
  29. Thus, if you later decide to remove the utility from your system, you have
  30. only to delete any references to TOTOP in the Program Manager and delete
  31. the executable file TOTOP.EXE. Note, however, that you can't delete
  32. TOTOP.EXE while it's running, thanks to the protection Windows gives to
  33. executing programs.
  34.  
  35.     When you run it, TOTOP appears only as an icon. You activate it by
  36. clicking once on the icon and then choosing an option from the system
  37. menu that pops up.  Help gives a very abbreviated description of TOTOP,
  38. with quick-reminder directions for its use.  The About choice provides
  39. the current TOTOP version number and displays TOTOP's copy~right statement. 
  40. Close deactivates the utility.  The Top and Bottom choices do TOTOP's real
  41. work.
  42.  
  43.     When you select TOTOP's Top menu option, the mouse cursor changes
  44. shape to indicate it is in a window that can be floated above your
  45. application.  Whenever you move the mouse, TOTOP examines the window at
  46. which the cursor is pointing.  If the mouse is pointing at the desktop or
  47. at a window that's already in the top most layer, TOTOP changes its
  48. cursor to the No Top version. The No Top cursor signifies that 
  49. these windows cannot be floated. Clicking the mouse when the Top cursor
  50. is displayed makes the application at which you are pointing float above
  51. the others.  If you click when the No Top cursor is shown, TOTOP will
  52. simply release the cursor.
  53.  
  54.     TOTOP's Bottom menu option allows you to take any window out of the
  55. floating position, returning it to wherever it came from. When you select
  56. Bottom, the cursor takes the form of the Bottom cursor if you are pointing
  57. at the top-layer window.  When you point at the desktop or a nontopmost
  58. window, the cursor changes to the No Bottom version.
  59.  
  60.     The best way to get a feel for how TOTOP affects your display is
  61. simply to experiment with it.  You might decide to keep the Clock or
  62. Notepad floating above your active program as a matter of course.
  63. Obviously, however, if you float too many little windows, they may obscure
  64. your full-screen application so much that they become more annoying than
  65. helpful.
  66.  
  67.     One warning is in order.  Depending on the layout, a window you have
  68. floated may lie directly above the area where your application needs to
  69. bring up a dialog box.  In such a case, if you try to bring up the dialog
  70. box, your efforts to interact with the application will only generate
  71. error beeps; the program requires a response to its covered-over dialog
  72. box. The solution is to minimize or sink the obscuring window.
  73.  
  74. JOHN DEURBROUCK is a C and 80x86 Assembly programmer in Mountlake
  75. Terrace, Washington.