Stuff
public text v1 · immutablePrivate Sub picBtnColorBar_Click(Index As Integer)
If picBtnColorBar(Index) = 1 Then
lblSelectedButtonColor.Caption = vbNullString
lblSelectedButtonColor.Caption = "Light Gray"
End If
End SubPrivate Sub picBtnColorBar_Click(Index As Integer)
If picBtnColorBar(Index) = 1 Then
lblSelectedButtonColor.Caption = vbNullString
lblSelectedButtonColor.Caption = "Light Gray"
End If
End Sub