MinimizeFixer v1.00 - Copyright  1996 MegaComm HB

Introduction
============
This unit is a fix for the Delphi 'feature' of not being able to start a
program minimized when the user selects that in the icon.

Trying it out
=============
1. Load the supplied TESTFIX1 program into Delphi
2. Compile it
3. Run it with /M to make it start minimized or /N to start normally (you
   set this in Run/Parameters)

Alternatively, you could use TESTFIX2 and follow the below instructions:
1. Load TESTFIX2 into Delphi
2. Compile it
3. Create an icon or shortcut pointing to it
4. Set the icon to start the program minimized
5. Run!

Usage
=====
Just place the unit in the Uses clause of your project (.DPR) file,
find the line

   Application.Run;

and substitute it with

   ApplicationRun(MainForm);

That's all there is to it!

The MinimizeFixer object
========================
The MinFix unit declares and initializes an instance of this object, which
contains a property named Minimized that you can use to determine whether
the application is minimized or normal.

Using OnMinimize and OnRestore events
=====================================
These events are part of the TApplication object, but since MinimizeFixer
hooks itself into these it provides alternatives within itself to do your
minimize/restore processing. Just hook your code into OnMinimize and
OnRestore of MinimizeFixer (you need to use the unit!) just as you would 
hook into Application. Example:

   MinimizeFixer.OnMinimize := MyMinHandler;

Registering
===========
When you've tried the product and decided to register, follow the below
procedure. The registered version doesn't contain the annoying message that
pops up every 30 seconds, and optionally includes source code.

You can register this pack in four ways. Whichever way you do it, the
prices are the same, $20 without source and $40 with source.

CompuServe SWREG, register #11394 (without source, $20)
or #11395 (includes source, $40)
Sending check or money order drawn on a Swedish bank
Sending cash in an envelope (if you dare and at your own risk)
Direct bank transfer, using the below information:
Account 8313-9 3.441.335-1
Kristianstads Sparbank
Via SwedBank, Stockholm
Swift Code SWEDSESS


How to contact us:
==================
CompuServe: 100777,2775
InterNet: ctiberg@silver.ct.se
FidoNet: Christian Tiberg, 2:200/602
Mail: MegaComm HB
      Att Christian Tiberg
      Vstra Storgatan 67A
      291 53  Kristianstad
      Sweden
Phone: +46-44-103435
Fax: +46-44-248874
BBS: +46-44-125230
