Button to change color

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have command button to open a form I need to let these buttons change
colors after the forms have been open (when the button has been clicked)
 
You can't directly change the color of a command button. It has no BackColor
property. You can change the font color. If that is not sufficient, There
are a lot of tricks available. Here is a good site for you to visit:
http://www.lebans.com/cmdbutton.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top