home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vbtimer.zip / README next >
Text File  |  1996-01-11  |  2KB  |  52 lines

  1. COPYRIGHT:                                                                           
  2. ----------                                                                           
  3. Copyright (C) International Business Machines Corp., 1991,1995.                      
  4.                                                                                      
  5. DISCLAIMER OF WARRANTIES:                                                            
  6. -------------------------                                                            
  7. The following [enclosed] code is sample code created by IBM                          
  8. Corporation.  This sample code is not part of any standard IBM product               
  9. and is provided to you solely for the purpose of assisting you in the                
  10. development of your applications.  The code is provided "AS IS",                     
  11. without warranty of any kind.  IBM shall not be liable for any damages               
  12. arising out of your use of the sample code, even if they have been                   
  13. advised of the possibility of such damages.                                          
  14.  
  15.  
  16.                       VBTIMER
  17.                       =======
  18.  
  19. Description:
  20. ------------
  21.    VBTimer is a part that signals an event at regular intervals.  It can
  22.    be started and stopped programatically.
  23.  
  24. Use:
  25. ----
  26.    The TIMER.ZIP file contains the files that are needed to be able to
  27.    use the VBTimer part.  Currently it is available to use from a DLL but at
  28.    some point in the future I may create a static lib.  The following files
  29.    are in this directory:
  30.                           VBTimer.dll
  31.                           VBTimer.h
  32.                           VBTImer.hpp
  33.                           VBTimer.lib
  34.                           VBTimer.vbb
  35.  
  36.     To use the part, copy all these files to your development directory and
  37.     load VBTimer.vbb into the visual builder.  You can then add the VBTimer
  38.     part to your palatte and use it in your applications.
  39.  
  40. Code:
  41. -----
  42.     The actual code and makefile for the VBTimer part is in the TIMERCOD.ZIP
  43.     file.  If you want to modify it or use it as a base for another part, feel free.
  44.  
  45. Sample:
  46. -------
  47.     I have included in the TIMERSMP.ZIP file a file named clock.vbb.
  48.     This is a digital clock sample that uses the VBTimer part.  Load clock.vbb,
  49.     generate out part source and the main, and then compile it.
  50.  
  51.  
  52.