TPRJINFO.ZIP
============

Author:       1996, Andy Schmidt
Email:       Andy_Schmidt@CompuServe.com
Compiler:    Delphi 2.01
Runtime:     Win32


This is a collection of components, non-visual objects and inheritable forms that handle the startup processing of a typical application, e.g.:

	* Splashscreen
		- Multiple instance checking that is independent of form names
		  (done the right way). It even restores the first instance!
		- Transparent logos for company and product
		- Timer
		- Path and timestamp of executable
		- Version information
		- Debug version information
		- Copyright information
		- Name of registered user
		- Remaining trial days
	* Help About screen with above information
	* License checking
	* Access to VersionInfo properties of .EXE file (if any)
	* Creation of the proper registry key for further use in an application
	* Simplified use of the Win32 registry through Variants

For installation, license agreement and any further information refer to the documentation included in "SplashScreen.PAS" and "ProjectInfo.PAS".

If you come up with some missing features or some bug fixes, please send me a short email with your changes.

	

  