Delphi TLongFileNameDialog component
Version 1.0   Richard Sutcliffe 1996

Introduction
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This component uses COMMDLG.DLL to display a common Open file dialog box that 
recognises Windows 95 long filenames, for use in Delphi 1.x.  You don't need
Call32NT pre-installed (useful though it is) for the component to work AND IT
SHOULD ALSO WORK IN WINDOWS 3.1!!! (though without the long filename support
of course).

The LongFileNameDialog component works almost exactly the same as the 
standard OpenDialog component, therefore substituting it for OpenDialog is 
pretty painless (I substituted OpenDialog in one of my applications in 
seconds by just search & replacing the name reference).

Properties:
	FileName	- the initial filename displayed in the 'File name'
			  edit box.  If a filename isn't specified, the first
			  filter will be displayed.
	Filter		- determines the file masks available to the user for
			  use in determining which files are displayed.  The
			  filters are entered in the same way as the Open/
			  SaveDialogs, i.e 'All files|*.*|Bitmaps|*.BMP'.
	InitialDir	- the initial directory used when the dialog box first
			  appears.
	Name		- the component name reference, i.e. 
			  'LongFileNameDialog1'.
	Title		- the title that appears in the dialog's caption bar,
			  i.e. 'Open file'.

Methods:
	Execute		- returns true unless an error occurs, or the dialog
			  box is cancelled.

Just like the Borland-supplied OpenDialog component, the LongFileNameDialog
has no events associated.


Installation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Just unzip the files into your \Delphi\Lib directory, select 'Install 
Components...' from the Options menu in Delphi and add the DCU file.

The LongFileNameDialog component icon should now appear on the Windows95
component palette.


Source
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This component is freeware, however if you want the source I will send you 
it in return for a 5 cheque/U.K. postal order made payable to me at the 
address below.

	Richard Sutcliffe
	21 Conway Street
	Harehills
	Leeds LS8 5JF
	West Yorkshire
	England

I can also be contacted by e-mail (until September '96) at: 

	rick@sjuhnnu.demon.co.uk