"The code is exactly
how I would like to write code and the algorithms used are very
efficient and well-documented."
Van T. Dinh, Microsoft MVP
|
|
Module: modListView
Routines to extend the functionality of the VB6 ListView control. The majority of the ListView enhancements are provided in the CListViewEnh class.
This module contains a standalone procedure to load a DAO recordset into a ListView control.
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the modListView module
|
|
ADORecordSetToListView
|
Procedure
|
Loads the contents of an ADO recordset in a standard unbound list view control from left to right until it runs out of available columns in the listview control.
If you want to see the columns in a different order, select them in the desired order from the query that creates the recordset.
|
|
RecordSetToListView
|
Procedure
|
Loads the contents of a DAO recordset in a standard unbound list view control from left to right until it runs out of available columns in the listview control.
If you want to see the columns in a different order, select them in the desired order from the query that creates the recordset.
|
Overview of Total Visual SourceBook
The source code in Total Visual
SourceBook includes modules and classes for Microsoft Access, Visual
Basic 6 (VB6), and Visual Basic for Applications (VBA) developers. Easily
add this professionally written, tested, and documented royalty-free code
into your applications to simplify your application development efforts.
Additional Resources
|
|