TMainInstance
=============
The TMainInstance component allows only one instance of the current 
EXE. The started second instance send a message to the first with the 
given parameter and closes self. The main instance recives new running 
parameter.

Files:
======
VCL:
	MainInstance.dcr
	MainInstance.pas
Demo:
	Unit1.dfm
	Project1.dpr
	Unit1.pas
	Project1.res

Installation:
=============
Unzip the files.  
Put the VCL files to a library folder together.  
Start Delphi.  Select Component|Install Component...
Do a browse and find the folder where you put the VCL files. Click OK.
Select MainInstance.pas with dubbleclick.
The component will be installed on the Samples tab of the Component Palette.  

Using demo application:
=======================
Compile and run the Demo.dpr.
Please set associate of ".BMP" to your new Project1.exe in your filemanager.
Execute some bitmap files anywhere on your system with doubleclick or enter.

Authors:
========
Original system:	PBJustOne by Patrick Brisacier	(PBrisacier@mail.dotcom.fr)
Using of Atom:		Ken Hale and Coda Hale		(kenhale@dcalcoda.com)
DCR contained bitmap:	Troels S Eriksen		(TSErikse@post8.tele.dk)
Assembler:		Paul Sitkei			(sitkei@elender.hu)
