SimpleMinMax is a completely self-contained Visual Basic component
that can save programmers hundreds of lines of VB code. It's primary purpose is
to set the minimum and maximum width and height to which forms within the program
can be sized, by the enduser. Created with Microsoft Visual Basic 6 SP1, SimpleMinMax
is Light ActiveX l, which means it uses very little system resources.
Before you can use a SimpleMinMax control in your application, you must add
the CR_SMM32.OCX file to your project. If you use the control in most of your
VB projects, you may want to add it to VB's Autoload file.
To distribute applications you create with the SimpleMinMax control, you must
install and register it on the user's computer. The Setup Wizard provided with
Visual Basic provides tools to help you do that. Please refer to the Visual
Basic manual for details.