ImgX v4.0 with Source
---------------------

Source Code (ImgSource) password has been removed, but still requires
a registration key, listed below. You will need to change the ImgX.Initialize 
method so that it passes in the key.

ISInitialize "{4E3E4954-F9B5-11d2-A085-00500402F30B}"

To use the compiled DLL, simply include the .BAS file found in disk one of the SHOCK
release. 

Add the file to your project. The module contains a subroutine named 
ImgX_Initialize. This subroutine takes an ImgX object as it's only parameter.
ImgX_Initialize will call ImgX.Initialize for you passing in your registration
information.
  
EG:
  
Dim ImgX As ImgX
  
Set ImgX = New ImgX
ImgX_Initialize ImgX.

If this file is missing, or the RAR archives have been removed, the release has been
tampered with, and you will need to find a new copy. We ALWAYS include the software
unless otherwise noted.
