Welcome Guest. Please Login or Register. Apr 5th, 2018, 10:26pm
ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018. Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.
If you require a dump of the post on your message board, please come to the support board and request it.
Background color
« Thread started on: Apr 27th, 2014, 2:18pm »
Pursuing my GUI development, I have a radiobutton group that lets me select one of two options. When option 1 is selected, I want the background color of a particular control to change to red (say), and when option 2 is selected I want the background to change to a different color.
Re: Background color
« Reply #1 on: Apr 28th, 2014, 2:57pm »
OKaaay. Let's try again, this time talking only of standard Microsoft Win API colors.
When I am editing a document in MS Word (version 2003, under Windows 7), I can click on the "B" button to select Bold text. When I do this, the background color of the control changes from bluish to orange. If I click again, the color changes back to bluish.
What do I have to do to change the background color in this manner?