Hello,
I have an application that contains several checkboxes. I originally
created this app in VB.Net 2003 and upgraded the app to VB.Net 2005. I
understand the vb2005 supports control arrays. Is this correct? If so, I
would like to convert my checkboxes to a control array, but without having to
recreate them from scratch because their placement was a real pain. Is it
possible to go to the property sheet of each checkbox and assign it a
position in the control array? like checkbox0 would be chk(0), and checkbox1
would be chk(1). Am I doing this correctly?
Thanks,
Rich
I have an application that contains several checkboxes. I originally
created this app in VB.Net 2003 and upgraded the app to VB.Net 2005. I
understand the vb2005 supports control arrays. Is this correct? If so, I
would like to convert my checkboxes to a control array, but without having to
recreate them from scratch because their placement was a real pain. Is it
possible to go to the property sheet of each checkbox and assign it a
position in the control array? like checkbox0 would be chk(0), and checkbox1
would be chk(1). Am I doing this correctly?
Thanks,
Rich
Comment