PDA

Click to See Complete Forum and Search --> : object creation


Old_School
Jun 13th, 2002, 12:43 PM
how do you create an object [in vb 6] using just code? i know there's a way, please respond.

SLH
Jun 13th, 2002, 01:06 PM
The easiest way is to create one at design time, with an index of 0. When you want to create a new one do something like this


Load MyObject(MyObject.Count)
MyObject(MyObject.Count-1).Visible = True