shakti5385 was close - just the wrong control
use a checkbox. Set it's style to Graphical and then you have control over forecolor. Just remember to have something like this in the click event:VB Code:
Private Sub Check1_Click() If Check1.Value = vbChecked Then Check1.Value = vbUnchecked ' Code for 'Button' Click event End If End Sub





Reply With Quote