I have 10 labels (Label1, Label2, Label3, Label4, etc…) in an Array and I need to change the Text property with a timer, I have the timer working well, but I don’t know how to change one Label at the time( this second the label1, the next second label2, the next second label3…etc)…
I’m using VB.NET with the .NET 4.0 Framework in Visual Studio.
Thanks!
If you have the timer set up and working already, try something like this for your array: