Click here to Skip to main content
15,890,717 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..
Im doing a form in visual studio!

but i have a problem i changed the backColor of my form to a color that isn´t in visual studio system.

And now i have my labels and buttons with default color of the form.

How can i put the backcolor of labels and buttons icual than form backcolor?
Posted

1 solution

Do you mean that you want to reset the backcolor of labels and buttons on your form to the "default" colour for your machine but have a custom colour for the form background?

If you do then for each button on the form go to its properties and for the BackColor property select the System tab then the Control setting.

You can do the same for the labels as well if you want to.
 
Share this answer
 
Comments
mibetty 8-Dec-12 19:22pm    
but i dont want backcolor in my labels or buttons, i just want the text with the normal backcolor of my new form color, can i put here images?
cigwork 9-Dec-12 4:08am    
To share an image I think you will first have to load it to an image sharing site like flickr and then put the URL of the image in your reply or comment.

It would also help if you posted a code fragment showing how you are changing the form's backcolor.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900