I am a new VB programmer and I would like to know:
How do you add components onto the form during runtime?
For example:
You start of with a form with just a command button.
You click the button and it creates a new text box on the form. You click the button again and it generates another text box. How can I do this without having to create lots of invisible text boxes first. I want to be able to create as many text boxes as I want.

Thanx