*******************************************************************************
What is SelfControl DLL/OCX?

The SelfControl is a VB 32bit ActiveX DLL/OCX that automatically adjust the size of
VB controls on the form.  As a user stretches or shrinks the form, the controls
on the VB form will also stretch or shrink, accordingly.

The main advantage of using the SelfControl is that the VB programmer does not 
have to worry about adjusting the size of VB forms to fit the different screens.  
Also, the deployment of the release software will be much easier since a program 
does not have deploy multiple programs to run on the multiple platforms with 
different screen resolution.

These controls don't use the panel controls seen in other commercial controls.  Therefore, during 
the GUI design phase, you will save tremendous amount of time.  
Just pass the form handle to the SelfControl DLL or OCX then they handle 
the rest automatically.

*******************************************************************************
Usage

These DLL and OCX can be used with VB or other languages that support ActiveX DLL or OCX.  
Drop any VB controls on the form during the design time and watch them stretch 
and shrink as you resize the window.

*******************************************************************************
Installation of the SelfControl DLL/OCX

a.  extract selfctrl.zip file
b.  copy SelfControlDLL.dll and SelfControlOCX.ocx to windows/system directory.
c.  Start up the VB5.0, if you haven't.

--for dll installation
d.  In VB IDE, select the main menu Project|References
e.  Click on the 'Browse' button and find the 'SelfControlDLL.dll' in the 
windows/system directory or wherever you have copied into.

--for ocx installation
d.  In VB IDE, select the main menu Project|Components
e.  Click on the 'Browse' button and find the 'SelfControlOCX.ocx' in the 
windows/system directory or wherever you have copied into.

f.  compile and run sample VB programs in the OCXDemo and DLLDemo directories.
    ocxdemo.vbp
    dlldemo.vbp    

notice: A copy of online user manual written in MS Word and readme.txt file will be in the      'document' sub-directory and sample VB programs will be in the 'OCXDemo' and 'DLLDemo' 
        sub-directories.   

        If you have trouble using these two controls, you might have to get on the
        www.simtel.net to download necessary VB 5.0 runtime files.

*******************************************************************************
                                (c) SelfControl DLL/OCX v1.1.2 
                                 for VISUAL BASIC programmers.

The SelfControl v1.1.2 is a shareware program and you may feel free to use and
Distribute to your friends.  However, you are not allowed to modify or re-engineer the binary 
code of this product for any kind of purpose. 

Limitation of shareware version of SelfControl:
1. Up to 16 controls can be resized.
2. SelfControl logo will display at the start of each run.

However, the production version can have up to 512 controls on the same form
and of course, no logo dialog box will display.

If you are interested in obtaining production version of this product or have any questions, suggestions, 
or comments, please
==========================================================================
SEND E-MAIL TO
                javax@networksplus.net
-or-            kdor91@ink.org

==========================================================================
CALL AT 
                (785) 273-5720(H) after 5pm daily and anytime on weekends
-or-            (785) 296-1706(W) only on urgent request               

==========================================================================
ALSO, VISIT MY HOMEPAGE FOR OTHER GOODIES
                www.networksplus.net/javax                     
==========================================================================      

************************************************************************************
* I, THE AUTHOR, MAKE NO WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE  *                                                                    
* AND SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY USER AS A RESULT OF  * * USING, MODIFYING OR DISTRIBUTING THE SOFTWARE OR THEIR DERIVATIVES.             *
************************************************************************************
