Does anyone know if you can index controls now in vb.net?
You could do it in VB6 - where you would have 6 radio buttons and if you copied the 1st it would ask you did you want to index the control.
So you would have optName(0), optName(1), optName(2).... optName(5)
It was useful to do a select case on the controls or else do a For loop on them either.
I can't see anyway to do this in vb.net now, is there a way to do it? Or a workaround for this?
(sorry for posting this in VS.net general - I made a mistake earlier)
You could do it in VB6 - where you would have 6 radio buttons and if you copied the 1st it would ask you did you want to index the control.
So you would have optName(0), optName(1), optName(2).... optName(5)
It was useful to do a select case on the controls or else do a For loop on them either.
I can't see anyway to do this in vb.net now, is there a way to do it? Or a workaround for this?
(sorry for posting this in VS.net general - I made a mistake earlier)