DSimpson
04-30-2001, 07:58 AM
Is it possible to change the backcolor of a command button? If yes, how?
|
View Full Version : Command Button Color DSimpson 04-30-2001, 07:58 AM Is it possible to change the backcolor of a command button? If yes, how? Fornatian 04-30-2001, 08:27 AM No it isn't possible to change the backcolor of a commandbutton, however there are alternatives to using a command button. Add a label and make it look like a button of your design, then assign the OnClick event as you would do a button. Alternatively, use a picture and use the OnClick event of the picture object. As I recall there is a database out there as freeware with a customised button library of over 800 buttons - here's the bad news I haven't found it yet and would like to know where it is??? Ian Peter D 04-30-2001, 12:14 PM Some colored button examples are here: http://www.peterssoftware.com/clrbtn.htm Hope this helps, Peter De Baets Peter's Software - MS Access shareware and freeware http://www.peterssoftware.com Fornatian 05-01-2001, 10:31 AM Nice... |