If I havd the Labels, there are Label1,Label2,Label3,Label4...etc...Label27Code:For i = 0 To 27 Dim value As Integer = CInt(Int((10 * Rnd()) + 1)) If i / 9 = 0 Then '... End If Next i
If i / 9 = 0, then the i th of label text is "Hello", otherwise, it will show "Hi"
how can I do it?




Reply With Quote