Thanks for all the tips, I'll try it out tonight!
"Chris" wrote:
> Easy, Trap the button click event and change the backcolor
>
> Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As
> System.EventArgs) Handles btnSave.Click
>
> btnSave.backcolor = system.drawing.color.red
>
> End Sub
>
> Hope is helps
>
> Chris
>
> "Rudy" <(E-Mail Removed)> wrote in message
> news:9A432D00-4D47-483E-B88B-(E-Mail Removed)...
> > Hello all,
> >
> > Can you take a button, color it green, have the user click on it, change
> > the
> > color to red, to show it has been selected. IF so, how?
> >
> > As always, thank in advance!
> >
> > Rudy
>
>
>
|