Occasionally you will create forms for which you do not always have a fixed
number of controls. You may need to add controls at runtime or remove some of
the controls that you have created. Visual Basic lets you create and destroy controls
dynamically at runtime based on the needs of your application.
With VB6, you have at your disposal two major
techniques for dynamic control creation:
We discuss these techniques in the following
two sections.
See Also