http://www.vb-helper.com/HowTo/ado5.zip

	Purpose
Load a ListBox from a database using ADO

	Method
Open a Recordset listing the records in a book information table. Loop
through the records adding the book titles to the ListBox.

This example also adds a URL value for each book values to a collection.
When you click on a ListBox item, the program displays the URL in a Label.
When you double click on a ListBox item, the program displays the
corresponding Web document in a browser.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
