home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Examples / Controls / Tray / README.TXT < prev    next >
Encoding:
Text File  |  1999-01-26  |  776 b   |  23 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1999 Inprise Corporation. All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7. TRAYPKG component and TRAYDEMO
  8.  
  9. DESCRIPTION:
  10. Dropping the TRAYPKG component on an application instantly adds it to
  11. the Windows task bar.
  12.  
  13. TRAYDEMO demonstrates how to add the popup menu and set various properties.
  14.  
  15. DEMONSTRATES:
  16. How to access the Windows task bar.
  17.  
  18. COMMENTS:
  19. Add the Tray control to the palette before building the TRAYDEMO program.
  20. Open TRAYPKG.BPK, press compile, then press Install. The component is now
  21. installed in the SYSTEM tab.
  22. Open, or reopen TRAYDEMO.BPR, build and run.
  23.