I'm creating an application that lists all the available reports in a file
list box. It only
lists the report name. They can double-click on a report and run it.

I would like to be able to display the report title when they single-click
the report.
Does anyone know how to pull the title from the file. When I go through
file manager
and right-click the file it lists the title in the summary information.

I've tried using the filesystemobject in Visual Basic but retrieving the
title was not
available to retrieve.

Thanks for your help.