am trying to figure out how to work it with labels
Private Sub Label1_Click(Index As Integer)
Select Case Label1(Index)
If Label1_Click(0) Then ' dont work what am i missing out
Me.Caption = "1"
Else
If Label1_Click(1) Then
Me.Caption = "2"
End If
End Sub
Private Sub Label1_Click(Index As Integer)
Select Case Label1(Index)
If Label1_Click(0) Then ' dont work what am i missing out
Me.Caption = "1"
Else
If Label1_Click(1) Then
Me.Caption = "2"
End If
End Sub