by Shaun Gurley (1 Submission)
Category: Miscellaneous
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(4 Votes)
Add modResize to any vb project. Controls on a form are resized automatically when the size of the form changes. The original form/control size ratio is maintained. Fonts are resized also.
Assumes
In the resize event of any form:
modResize.resize(me)
Side Effects
You may want to limit how small a form can be sized to.....the smaller a form gets the more crowded the controls get and some may overlap.