Formatting a command button

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

Guest

Is it possible to format a command button to be a solid color (other than
gray)? The BackColor property does not appear to be available for command
buttons.
 
Hey Vance,

You can not on the cmdButton itself. I use labels and make them whatever
background color I want then set the cmdButton to transparent and put it over
the top of the label. That's one way. You can also go to this link and look
at what Mr. Lebans has done through code

http://www.lebans.com/cmdbutton.htm

HTH,
Shane
 
Thanks for the excellent suggestion!
--
Vance


Shane S via AccessMonster.com said:
Hey Vance,

You can not on the cmdButton itself. I use labels and make them whatever
background color I want then set the cmdButton to transparent and put it over
the top of the label. That's one way. You can also go to this link and look
at what Mr. Lebans has done through code

http://www.lebans.com/cmdbutton.htm

HTH,
Shane
 

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