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.
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.