by Thomas Greenwood (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)
This code enables you to quickly edit a property on every form, every controls, or selected forms and controls. Shows how to simply handle the errors of a Each Control loop and shows an example of the TypeOf function to reduce errors.
Well Documentated and help available through
thomasgreenwood~2die4.com (~ = @)
Code Returns
If not coded correctly errors can be returned.
Side Effects
Forms return to normal once unloaded - solution is to run the process run on the form before you load or show it.