--------------------------
DimLib 1.0 - Window Dimmer
--------------------------
DimLib provide three simple functions to control dimming windows.
Up to 64 windows can be dimmed at one time.

----------------------------
What would I use DimLib for?
----------------------------
If your users are new to Windows and/or computing in general, it can
be very confusing determining which dialog/window is active - the
title bar changing colors isn't always enough.  DimLib allows you
to dim a window while it is inactive.

------------
DimLib Usage
------------
DimLib can be called from any language that allows you to call DLLs.
The only variable you need to supply is the window handle.

--------------------
What you should have
--------------------
Included in this archive are:

For Everyone
------------
cdemo.exe       Compiled C++ demo (it's the smallest!)
dimlib.dll      DimLib executable
readme.txt      This file
order.txt       DimLib registration

For C++
-------
dimlib.h        declarations
dimlib.lib      import library
cdemo.cpp       demo
cdemo.rc        demo
cdemo.def       demo
cdemo.h         demo
cdemo.ide       demo Borland C++ project (sorry, I don't have VC++)

For Visual Basic
----------------
dimlib.bas      declarations
form1.frm       demo
form2.frm       demo
project1.mak    demo

For Delphi
----------
dimlib.pas      declarations
unit1.pas       demo
unit1.dfm       demo
unit2.pas       demo
unit2.dfm       demo
project1.dpr    demo

------------
Registration
------------
DimLib is $5.00 without source and $10.00 with source. Use the form in
ORDER.TXT.

-----------------------------
Distribution, Licensing, etc.
-----------------------------
DimLib is shareware.  You can use DimLib for as much as you want to test
and develop with.  If you wish to distribute DimLib you must register it!

I have made every effort to ensure DimLib is free of bugs, but you never know.
Use it at your own risk!

All questions, comments and criticisms are welcome!

Tim Noonan 
Compuserve ID:   75212,664
Internet         75212.664@compuserve.com

--------------------
The Legal Disclaimer
--------------------
THE INFORMATION AND CODE PROVIDED HEREUNDER (COLLECTIVELY REFERRED TO AS
"SOFTWARE") IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS 
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL 
TIM NOONAN BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, 
INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN 
IF TIM NOONAN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME 
STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR 
CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT 
APPLY.
