My first suggestion is to STOP using all caps. It is considered rude and
a form of SHOUTING within a post.
There is no exposed/supported method to change the BackColor property of
a ToggleButton control. The CommandButton Backcolor control solution on
my site will work with ToogleButton controls as well.
http://www.lebans.com/cmdbutton.htm
CommandButton.zip is a database containing functions to allow a user
defined BackColor and Rotated Text for Command Buttons.
NEW - Jan. 26/2000 This version includes 2 functions. One for Form
Design view and one for Form View at Runtime.
1) Use API Color Dialog to select BackColor.
2) User Selectable degrees of rotation for Text in controls Caption.
3) Use in Form Design or Form View at Runtime.
Version 1.1
Now supports ToggleButton controls as well as CommandButton controls.
BUG FIX JAN. 31,2000 -> I forgot to include the code to delete the
temporary Bitmap file that is created by the function. I had over 3000
of them in my Temp folder! Stupid is as stupid does. :-(
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
Just_Bee said:
SHOULD BE SIMPLE, BUT I CANNOT CHANGE THE FILL/BACK COLOR OF A TOGGLE BUTTON
IN A FORM. I CAN CHANGE THE TEXT COLOR, BUT NOT THE TOGGLE. I CAN CHANGE THE
FILL/BACK COLOR OF A TEXT BOX, BUT NOT THE TOGGLE. ANY SUGGESTIONS?
THANKS.