hi all,
i am creating a series of labels, which the number of labels is defined by the user.
dim labels( ) as label
after learning the number,
redim labels(i)
then i am changing their sizes and other properties and put them in a geometrical placement, but after the form shown, i have to control the labels, like clicking them to change their color... but i couldn't... code doesn't recognize any of the labels i created by the array and i can't use withevents for arrays...
please help me... thanks
i am creating a series of labels, which the number of labels is defined by the user.
dim labels( ) as label
after learning the number,
redim labels(i)
then i am changing their sizes and other properties and put them in a geometrical placement, but after the form shown, i have to control the labels, like clicking them to change their color... but i couldn't... code doesn't recognize any of the labels i created by the array and i can't use withevents for arrays...
please help me... thanks
Comment