control arrays
I have a project I converted from vb 6.0 which used a textbox control array. This converted very nicely and the code worked exactly as it had in vb 6. I need to add 5 textboxes or elements to the array so I copied one of the existing textboxes and cloned it, I hoped. Didn't work. The new textboxes are identical except for a property named "Index on Value", which contains the index value. The old textbox has it and the new ones don't. Does anyone know of a way I cad add this property to the new textboxes? It would be so much easier than redoing the whole textbox structure.
Thanks,
Dick