Display Recordset Data in a ListView Control
Category:
DatabaseType:
ClassesDifficulty:
IntermediateAuthor:
AlfredVersion Compatibility: Visual Basic 6
More information:
A Quick And Easy way to pass a Recordset to the ListView Control. Nice interface and behind the scenes actions for formatting any item in ListView.
Note: The application uses the Northwind database that ships with VB6. If you don't have this database at C:\Program Files\Microsoft Visual Studio\VB98\NWIND.MDB, you need to change the connection string in the GetEmployeesData routine in the EmployeesData class.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download listviewincontrol.zip