All pastes #105930 Raw Edit

Stuff

public text v1 · immutable
#105930 ·published 2006-07-30 00:31 UTC
rendered paste body
Private Sub picBtnColorBar_Click(Index As Integer)
    If picBtnColorBar(Index) = 1 Then
        lblSelectedButtonColor.Caption = vbNullString
        lblSelectedButtonColor.Caption = "Light Gray"
    End If
End Sub