if (this.label1.Text == numllamados[1])
{
this.label1.BackColor = Color.Blue;
}
Is there a way I can make the if statement apply from label1---->label48? I don't want to make 48 ifs...
Maybe something like:
if (this.label1-48.Text == numllamados[1])
{
this.label1.BackColor = Color.Blue;
}

New Topic/Question
Reply



MultiQuote






|