CT SizeManager ActiveX Library Version 1.0

  CT SizeManager ActiveX Library allows you to restrict
  the minimum and maximum size of a specified window
  and automatically resizes and moves selected controls
  from Visual Basic applications.

  This library file is specifically designed for Visual
  Basic, but may work in any environment that supports
  ActiveX technology.

  CT SizeManager ActiveX Library
  Copyright  2000, Cezar Botez
  All rights reserved

  CT SizeManager ActiveX Library is freeware and may be
  distributed and used freely, in any commercial purpose
  or not, as long as it is distributed in its entirety.

  The author will not be responsible for any kind of loss
  occuring due to the use of this software.


Installation
  Upon expanding the ZIP file you will get the following files:
  CTSIZE.DLL   - library file
  CTSIZE.DEP   - dependency file
  CTSIZE.HTM   - help file
  README.TXT   - this file
  NOTES.TXT    - notes
  SAMPLES.ZIP  - samples

  Copy CTSIZE.DLL and CTSIZE.DEP files to your System folder and
  register the library:
  REGSVR32 [path_to_DLL_file\]CTSIZE.DLL

  The REGSVR32.EXE file is usually located in your System folder.

  To use this library within your Visual Basic applications, you
  will need to create a reference to it.

  To add this reference in Visual Basic:
  1. Open your project.
  2. From the Project menu select References.
  3. From the list, select "CT SizeManager ActiveX Library".
  4. Click OK.


Uninstallation
  Unregister the library:
  REGSVR32 /U [path_to_DLL_file\]CTSIZE.DLL

  Delete CTSIZE.DLL and CTSIZE.DEP files from your System folder.
  Delete the files listed in the Installation topic of this file,
  including the folder where they reside.


Requirements
  Windows 95/98, NT, 2000
  Visual Basic 6.0 RunTime files

  You can get Visual Basic 6.0 RunTime files from Simtel.Net
  http://www.simtel.net/pub/simtelnet/win95/dll.html


Contact
  Reference for further information
  http://softrunner.homestead.com

  Comments, suggestions or bugs reports
  cbotez@homestead.com
