home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Examples / Apps / Wpm / README.TXT next >
Encoding:
Text File  |  1999-01-26  |  506 b   |  20 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1998 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.     WPM - Words Per Minute
  8.  
  9. DESCRIPTION:
  10.     See how fast you can type.
  11.  
  12. DEMONSTRATES:
  13.     + TTimer, TRichEdit, TProgressBar.
  14.     + Responding to the OnKeyDown event.
  15.     + Accessing text in a RichEdit control.
  16.  
  17. COMMENTS:
  18.  
  19.  
  20.