Array Controls

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MAJIK123
    New Member
    • Sep 2008
    • 4

    Array Controls

    I'm Now in VB 2005 and I need help to put in 200 label box without binding a row of and datagrid

    in VB6
    datagrid.row = 1
    for x = 0 to 199
    datagrid.col = x
    label(x).captio n = datagrid.text
    next x

    now the problem is in VB 2005 no more arrays for the contrlos, so anybody have a suggestion please.
    and don't worry about the datagrid changes, it's the labels my problem.
Working...