D
David S. Zuza
Hey,
I am new to .NET and I would like to index a button control on my form
just like I used to be able to in VB6. In VB6 all I had to do was create one
control and new to something like
cmdButton()
and then I could copy it in the design window and refer to anyone of the
buttons by refencing its index like
cmdButton(43).Backcolor = vbRed
how could I accomplish the same thing in .NET
I was considering creating each button at runtime but it would be better if
I could design and place each button considering that there is over 80
different buttons and their placement is crucial.
thanks for the help in advance
I am new to .NET and I would like to index a button control on my form
just like I used to be able to in VB6. In VB6 all I had to do was create one
control and new to something like
cmdButton()
and then I could copy it in the design window and refer to anyone of the
buttons by refencing its index like
cmdButton(43).Backcolor = vbRed
how could I accomplish the same thing in .NET
I was considering creating each button at runtime but it would be better if
I could design and place each button considering that there is over 80
different buttons and their placement is crucial.
thanks for the help in advance