Hello Everbody!!!
I need some help and I'd be thankful if you could help with this mess.
I'm trying to declare dinamically an array of buttons but I don't know how.
Dim b1 as new Button
Dim b2 as ....
There's any way to do this one below????
For N = 0 To nRows Step 1
Dim b[N] as new...
Next
Thank you for your time and sorry for my bad writting
Read you soon, friends
I need some help and I'd be thankful if you could help with this mess.
I'm trying to declare dinamically an array of buttons but I don't know how.
Dim b1 as new Button
Dim b2 as ....
There's any way to do this one below????
For N = 0 To nRows Step 1
Dim b[N] as new...
Next
Thank you for your time and sorry for my bad writting
Read you soon, friends