Resizer object
Tip The /COM object can be placed on a HTML page (with usage of the HTML object tag:  <object classid="clsid:...">)  using the class identifier: {95541EA1-31B3-4721-86B0-BBC140C7059A}. The object's program identifier is: "Exontrol.Resizer". The /COM object module is: "ExResizer.dll"
The ExResizer allows you to resize controls in a form proportionally or maintain the components' anchored sizes and positions. The ExResizer alters the sizes and positions of controls on Visual Basic forms as they are sized. Here's the list of supported properties and methods:  

NameDescription
AnchorGets or sets which edges of the control(s) are anchored to the edges of its container.
EnabledRetrieves or sets a value that indicates whether the control is enabled or disabled.
FormMaxHeightRetrieves or sets a value that indicates the maximum height for the form.
FormMaxWidthRetrieves or sets a value that indicates the maximum width for the form.
FormMinHeightRetrieves or sets a value that indicates the minimum height for the form.
FormMinWidthRetrieves or sets a value that indicates the minimum width for the form.
ObjectAnchorRetrieves or sets a value that indicates the object's anchor value.
RefreshRefreshes the objects coordinates.
UpdateUpdates the position and size for each anchored control.