PDA

Click to See Complete Forum and Search --> : Create Control


segy
Nov 3rd, 1999, 06:23 AM
Does the equivalent of CreateControl in Access exist in VB? I've created a new form object from an existing form but also need to add the equivalent text boxes to the new form. How do I do that?

Manish
Nov 3rd, 1999, 11:15 AM
I hvn't use aceess but you have Controls collection which is associated with forms, you can use that to create control at the run time.
Thanx Manish