Virtual ListViews Sample Code
By Steven E. Sipe
For Dr. Dobb's Journal

This sample demonstrates using the CVListCtrl class to interface
a DAO database to a virtual listview.

vlistapp.c/.h   - WinApp
vlist.cpp/.h    - CVListCtrl
databtl.cpp/.h  - DAO database routines
maindlg.cpp/.h  - Main window (dialog)
wait.cpp/.h     - Progress window
vlist.rc        - Resource


vlist.exe is the sample program.  The first time the program is run
it creates a 10,000 item database of random strings.  You must have
DAO 3.5 or later installed to run the sample.

