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

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1998 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.     IMAGVIEW
  8.  
  9. DESCRIPTION:
  10.     Navigate your hard disk to view image files it contains.
  11.  
  12. DEMONSTRATES:
  13.     + TDirectoryListBox, TFileListBox, TFilterComboBox, TDriveComboBox,
  14.       TImage, TCheckBox, TUpDown, TGroupBox, TSpeedButton
  15.  
  16. COMMENTS:
  17.     Reads BMP, ICO, WMF, and EMF files.  You can find images to look at
  18.     in the IMAGES subdirectory off of your C++Builder root directory.
  19.  
  20.  
  21.