Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21096

[RESOLVED] using select case on label array help

$
0
0
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

Viewing all articles
Browse latest Browse all 21096

Trending Articles