Click here to Skip to main content
15,914,225 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: FolderBorserDialog for images Pin
dodoxor18-Jun-07 23:02
dodoxor18-Jun-07 23:02 
Questionhow change specific row back color in DataGrid? Pin
zeroonea17-Jun-07 20:51
zeroonea17-Jun-07 20:51 
AnswerRe: how change specific row back color in DataGrid? Pin
ozzyrocsdbn17-Jun-07 21:27
ozzyrocsdbn17-Jun-07 21:27 
GeneralRe: how change specific row back color in DataGrid? Pin
zeroonea17-Jun-07 21:51
zeroonea17-Jun-07 21:51 
GeneralRe: how change specific row back color in DataGrid? Pin
RepliCrux18-Jun-07 14:20
RepliCrux18-Jun-07 14:20 
GeneralRe: how change specific row back color in DataGrid? Pin
zeroonea18-Jun-07 19:09
zeroonea18-Jun-07 19:09 
GeneralRe: how change specific row back color in DataGrid? Pin
RepliCrux18-Jun-07 19:10
RepliCrux18-Jun-07 19:10 
AnswerRe: how change specific row back color in DataGrid? Pin
Stu Richardson20-Jun-07 6:30
Stu Richardson20-Jun-07 6:30 
Sorry a bit of a late reply but hopefully this will still help you.

You can set a rows color using the following line:

dataGridView1.Rows[i].DefaultCellStyle.BackColor = Color.Blue;

(where 'i' is the current row as i am assuming you will have a loop so you can set the color depending on the row index).

You can also set the default row and cell styles using the properties window however this will apply to every cell and row.


QuestionUITypeEditor and Factory Creation Pin
Paul Selormey17-Jun-07 15:21
Paul Selormey17-Jun-07 15:21 
AnswerRe: Selected item count in a listbox Pin
Dave Kreskowiak15-Jun-07 15:10
mveDave Kreskowiak15-Jun-07 15:10 
GeneralRe: Selected item count in a listbox Pin
Paul Conrad17-Jun-07 6:30
professionalPaul Conrad17-Jun-07 6:30 
QuestionTime editor .NET Windows Forms control (Please !) Pin
NicoJS15-Jun-07 4:13
NicoJS15-Jun-07 4:13 
AnswerRe: Time editor .NET Windows Forms control (Please !) Pin
tantoun15-Jun-07 4:34
tantoun15-Jun-07 4:34 
Questionyes/no Pin
tantoun14-Jun-07 10:45
tantoun14-Jun-07 10:45 
AnswerRe: yes/no Pin
Sathesh Sakthivel14-Jun-07 15:51
Sathesh Sakthivel14-Jun-07 15:51 
AnswerRe: yes/no Pin
Christian Graus14-Jun-07 21:20
protectorChristian Graus14-Jun-07 21:20 
GeneralRe: yes/no Pin
tantoun14-Jun-07 23:08
tantoun14-Jun-07 23:08 
GeneralRe: yes/no Pin
Pete O'Hanlon15-Jun-07 0:33
mvePete O'Hanlon15-Jun-07 0:33 
GeneralRe: yes/no Pin
tantoun15-Jun-07 4:32
tantoun15-Jun-07 4:32 
GeneralRe: yes/no Pin
Christian Graus17-Jun-07 10:20
protectorChristian Graus17-Jun-07 10:20 
GeneralRe: yes/no Pin
Brady Kelly16-Jun-07 0:23
Brady Kelly16-Jun-07 0:23 
GeneralRe: yes/no Pin
Christian Graus17-Jun-07 10:21
protectorChristian Graus17-Jun-07 10:21 
QuestionForm with an abstract base class? Pin
Jon Hulatt13-Jun-07 0:49
Jon Hulatt13-Jun-07 0:49 
AnswerRe: Form with an abstract base class? Pin
Pete O'Hanlon13-Jun-07 2:31
mvePete O'Hanlon13-Jun-07 2:31 
GeneralRe: Form with an abstract base class? Pin
originSH18-Jun-07 23:46
originSH18-Jun-07 23:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.