Click here to Skip to main content
15,905,322 members
Home / Discussions / C#
   

C#

 
QuestionSystem.ArgumentException: The value of DatagridviewComboboxCell is invalid Pin
Priya Prk6-Apr-09 9:41
Priya Prk6-Apr-09 9:41 
QuestionNeed help with binding source Pin
faizych6-Apr-09 9:09
faizych6-Apr-09 9:09 
AnswerRe: Need help with binding source Pin
Henry Minute6-Apr-09 12:08
Henry Minute6-Apr-09 12:08 
GeneralRe: Need help with binding source Pin
faizych6-Apr-09 12:34
faizych6-Apr-09 12:34 
GeneralRe: Need help with binding source Pin
Henry Minute7-Apr-09 1:58
Henry Minute7-Apr-09 1:58 
Questionpassing XML data between .NET exes Pin
dyNamite6-Apr-09 8:21
dyNamite6-Apr-09 8:21 
AnswerRe: passing XML data between .NET exes Pin
Jimmanuel6-Apr-09 8:36
Jimmanuel6-Apr-09 8:36 
GeneralRe: passing XML data between .NET exes Pin
dyNamite7-Apr-09 7:12
dyNamite7-Apr-09 7:12 
GeneralRe: passing XML data between .NET exes Pin
Jimmanuel7-Apr-09 12:12
Jimmanuel7-Apr-09 12:12 
GeneralRe: passing XML data between .NET exes Pin
dyNamite8-Apr-09 18:17
dyNamite8-Apr-09 18:17 
QuestionThreading & StreamReader.Read() Question Pin
Harvey Saayman6-Apr-09 7:47
Harvey Saayman6-Apr-09 7:47 
AnswerRe: Threading & StreamReader.Read() Question Pin
S. Senthil Kumar6-Apr-09 8:09
S. Senthil Kumar6-Apr-09 8:09 
GeneralRe: Threading & StreamReader.Read() Question Pin
Harvey Saayman6-Apr-09 8:51
Harvey Saayman6-Apr-09 8:51 
AnswerRe: Threading & StreamReader.Read() Question Pin
Luc Pattyn6-Apr-09 8:30
sitebuilderLuc Pattyn6-Apr-09 8:30 
Questionhow to transfer binary files ? Pin
E_Gold6-Apr-09 7:05
E_Gold6-Apr-09 7:05 
AnswerRe: how to transfer binary files ? Pin
Luc Pattyn6-Apr-09 7:23
sitebuilderLuc Pattyn6-Apr-09 7:23 
GeneralRe: how to transfer binary files ? Pin
EliottA6-Apr-09 9:16
EliottA6-Apr-09 9:16 
GeneralRe: how to transfer binary files ? Pin
Luc Pattyn6-Apr-09 9:34
sitebuilderLuc Pattyn6-Apr-09 9:34 
AnswerRe: how to transfer binary files ? Pin
jschell6-Apr-09 8:16
jschell6-Apr-09 8:16 
AnswerRe: how to transfer binary files ? Pin
riced6-Apr-09 12:06
riced6-Apr-09 12:06 
Questionproblem with listview and an extended treelistView Pin
mirko866-Apr-09 6:34
mirko866-Apr-09 6:34 
AnswerRe: problem with listview and an extended treelistView Pin
DaveyM696-Apr-09 12:04
professionalDaveyM696-Apr-09 12:04 
You should really ask in the article's forum.

I've had a quick look though and it seems like all the painting for the rows is done in the ContainerListView.DrawRows method. You'll need to isolate the relevant lines and make sure your SubItem's new ForeColor property is used to draw set the Brush/Pen colour for the Graphics.DrawString call, instead of the parent's.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

AnswerRe: problem with listview and an extended treelistView Pin
Mycroft Holmes6-Apr-09 12:24
professionalMycroft Holmes6-Apr-09 12:24 
QuestionCreating Setup File Pin
Narendra Reddy Vajrala6-Apr-09 6:10
Narendra Reddy Vajrala6-Apr-09 6:10 
QuestionRe: Creating Setup File Pin
Eddy Vluggen6-Apr-09 6:17
professionalEddy Vluggen6-Apr-09 6:17 

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.