Top "Backcolor" questions

Changing datagridview cell color dynamically

I have a dataGridView object that is populated with data. I want to click a button and have it change …

c# dynamic datagridview cell backcolor
How to change listview selected row backcolor even when focus on another control?

I have a program which uses a barcode scanner as input device so that means I need to keep the …

c# winforms listview focus backcolor
How to reset to default button BackColor?

I was experimenting with different options for the button background color and ended up changing the BackColor property in the …

.net winforms visual-studio button backcolor
Get Random Color

Do you know any method to generate a random Color (not a random Color Name!)? I've already got one, but …

c# winforms random colors backcolor
Change backcolor of shape

I'm trying to update the backcolor of all of the labels that I have on a worksheet. I'd like to …

excel backcolor vba
How to change the backcolor of a listview subitem using its own value

How can I programmatically change the back color of a single cell in a listview using its own value? The …

c# listview backcolor subitem
Vb.Net - Class to Change Textbox BackColor Dynamically

I'd like to know how to create a Class to change each textbox BackColor inside a Form. To be more …

vb.net class validation textbox backcolor
How to avoid color changes when button is disabled?

We have a Windows Forms project with quite a few FlatStyle buttons. When we disable the buttons, the colors of …

c# winforms button colors backcolor
C# label color change

So I am building a very basic calorie counter. I have 3 labels which show the total calorie count, one that …

c# winforms backcolor
changing row backcolor in datagridview

I have Problem with changing rows color in Windows Forms. I did it with Columns and tried the same for …

c# winforms datagridview backcolor