by Scott Peterson (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)
Keeps controls on the form proportional to form in both size and position.
Inputs
form name
Assumes
This should be in the form_resize event.
Call SizeChange.SizeChange(Me.Name)
This should be in the form_load event.
Call SizeChange.initialize(Me.Name)
Be sure to include both files.
Code Returns
N/A
Side Effects
Not all control types are included for the resize module. Limited to 1000 controls per program, this is adjustable.