File:  HLISTBOX.ZIP
-----

Title:
------
THListBox - A Horizontal-scrolling ListBox 

Keywords:
---------
HORIZONTAL LISTBOX CHOOSEFONT LB_SETHORIZONTALEXTENT BP7 PASCAL WINDOWS

Description:
------------
A BP7 Unit of a TListbox descendant that provides horizontal scrolling.
Also included is a program that tests the unit and demonstrates the use
of a transfer buffer and a method of changing the listbox's font using
the CHOOSEFONT common dialog.  

This code is specific to Borland Pascal 7 and Windows 3.1.  With minor
changes to the ObjectWindows unit names it is adaptable to Turbo Pascal
for Windows, but has not been tested with that compiler.

Borland Pascal 7 and Turbo Pascal for Windows are Copyright by Borland 
Corporation.  Windows and Windows 3.1 are Copyright by Microsoft Corp.


NOTICE:  I make no claims to or for this code- use it at your           
         own risk.  I hope that it will save someone the several        
         hours I spent learning how to make it work!  If (when!)        
         you find any bugs or ways to improve it (surely there          
         are some) please send me the changes so we will each           
         have learned something.                                        
          - -  Kurt Herzog     CompuServe 72122,2023 

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *               
    *    This code was inspired in part by an article           *          
    *    in Dr. Dobb's Windows Sourcebook, Fall 1993,           *          
    *    by Ted Faison: "Horizontally Scrollable Listboxes".    *
    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


The Archive file HLISTBOX.ZIP should contain the following files:

README.TXT   - This file
HLISTBOX.PAS - Pascal source code of the ListBox Object
HLISTBOX.TPW - ListBox Object BP7 Windows unit 
LISTTEST.PAS - Pascal source code of Listbox tester program
LISTTEST.EXE - Windows executable of Listbox tester program
LISTTEST.RES - Resource file for LISTTEST Listbox tester program
LISTTEST.RC  - Resource script of LISTTEST.RES          

