by Norm Cook (11 Submissions)
Category: Custom Controls/Forms/Menus
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(7 Votes)

Allows user to resize a control at runtime.
Put the UserControl on a form and use the
Attach method to size a particular control.
There is an API way to do this, using CreateWindowEx, but I wanted to do it with a UserControl & here's the result. Enjoy.
API DeclarationsSetParent
Download Grab Handles (4 KB)