home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / utils_mz / v11n05.zip / WINPTR.DOC < prev    next >
Text File  |  1992-02-13  |  5KB  |  91 lines

  1. WINPTR.EXE  Version 1.0
  2.  
  3.  
  4. Douglas Boling                            March 17, 1992 (Utilities)
  5.  
  6. WINPTR:  will restore your Windows cursor visibility, highlighting the
  7. pointer so it stands out clearly on dim, washed-out LCD screens. In
  8. addition to using it on laptops, you can also use WINPTR for
  9. presentations on large- screen projectors. And on desktop machines, it
  10. can help to view the cursor on a cluttered screen.
  11.  
  12.      To accommodate different display needs and personal tastes,
  13. WINPTR offers a variety of highlighting methods, from large enclosing
  14. blocks to subtler under-arrow bars, both in regular and reverse video.
  15. The enhancement turns on only after a quick cursor movement, and both
  16. the duration and the movement sensitivity are adjustable. Like every
  17. good Windows program, WINPTR remembers the settings you gave it the last
  18. time it was run.
  19.  
  20.       The C source code together with the .RC, .CUR, .ICO, .DEF, and
  21. .MAK files are necessary to compile the program. Compilation requires
  22. the Microsoft C 6.0 Compiler along with the Windows Software Development
  23. Kit (SDK). While the program was developed using Microsoft C, it can be
  24. easily ported to Borland's excellent Borland C++ compiler.
  25.  
  26. USING WINPTR
  27.  
  28.        In order to use WINPTR you must put WINPTR.EXE and WINPLIB.DLL
  29. either into your Windows directory or into a directory listed in your
  30. PATH statement. To take the program for a test drive, simply select File
  31. Run from the Program Manager menu and enter WINPTR. If you want to keep
  32. the utility immediately available, you can add it to a Program Manager
  33. group from the File New menu. If you decide you want to start WINPTR
  34. automatically each time you start Windows, you can put WINPTR in the
  35. LOAD= line of WIN.INI.
  36.  
  37.      WINPTR has one optional command line argument. When the program
  38. detects a /i on the command line, it automatically minimizes when it
  39. starts. Automatic minimization is handy if you don't need to change
  40. WINPTR's settings since the last time you used the program. Using the
  41. /i parameter is unnecessary if you load WINPTR on the LOAD= line,
  42. since such programs are minimized automatically.
  43.  
  44.      When you launch WINPTR, a small dialog box containing a few easily
  45. understandable controls will appear. Cursor highlighting is immediately
  46. enabled, as you'll see when you move the cursor rapidly across the
  47. screen. The original cursor arrow will be replaced by an arrow with a
  48. large square black background. As your movements become smaller and more
  49. delicate, the cursor will be restored to its original shape.
  50.  
  51.      Next, move the cursor quickly to a window border. You'll notice that
  52. the highlighted cursor now becomes a four-way size arrow rather than
  53. the standard "11 o'clock" pointer. This tells you when you can grab the
  54. edge of a window even if the cursor is highlighted.
  55.  
  56.      The controls in the dialog box let you modify WINPTR's settings.
  57. The first control is a button that simply toggles between enabling (the
  58. default) and disabling the highlighting. The two sensitivity controls
  59. are scroll bars. The Movement Trigger scroll bar sets the number of
  60. pixels the cursor must travel in a single motion before WINPTR highlights
  61. the cursor. The adjustment range is from 0 to 600 pixels. Note that the
  62. higher you make this setting, the more radical the mouse movement must
  63. be before cursor highlighting kicks in. (This point will be reached more
  64. quickly on fast laptops than on slow models.) Setting the movement
  65. trigger to 0 causes the cursor to be highlighted continuously.
  66.  
  67.      The other scroll bar, labeled Persistence Time, adjusts the time
  68. the cursor highlighting remains in effect after it is switched on.
  69. Keeping the highlight on briefly ensures that you won't lose sight of
  70. the cursor as you slow down to a stop on the screen. The remain-on time
  71. can be adjusted from 0 to just over 4 seconds. A Persistence Time
  72. setting of 0 causes WINPTR to immediately change back to the original
  73. cursor as soon as the movement of the cursor slows to less than the
  74. setting of the Movement Trigger. A 4- second Persistence Time keeps
  75. the cursor highlighted even after several seconds of nonuse.
  76.  
  77.      The shape of the highlighted cursor can be selected by repeatedly
  78. pressing the Set Pointer button. Eight cursors are available for
  79. selection, ranging from a white arrow on a black background to the
  80. standard cursor arrow highlighted by a small underline. The cursor
  81. shape, persistence, and movement values are saved for reuse the next
  82. time the program is activated.
  83.  
  84.       The remaining control buttons in WINPTR call up a help screen
  85. and exit the program. The help screen briefly describes the Movement
  86. Trigger and Persistence Time. It also displays general information
  87. about the program, including the author and copyright notice. Cursor
  88. highlighting is disabled if you press the Exit button.
  89.  
  90. Douglas Boling is a contributing editor of PC Magazine.
  91.