Click here to Skip to main content
16,006,001 members
Home / Discussions / C#
   

C#

 
QuestionCan we use C# for programing Graphics Environments? Pin
Kiran Satish13-Dec-04 5:53
Kiran Satish13-Dec-04 5:53 
AnswerRe: Can we use C# for programing Graphics Environments? Pin
Dave Kreskowiak13-Dec-04 6:08
mveDave Kreskowiak13-Dec-04 6:08 
GeneralRe: Can we use C# for programing Graphics Environments? Pin
Anonymous13-Dec-04 6:24
Anonymous13-Dec-04 6:24 
GeneralRe: Can we use C# for programing Graphics Environments? Pin
Dave Kreskowiak13-Dec-04 9:58
mveDave Kreskowiak13-Dec-04 9:58 
GeneralOleDbConnection question Pin
Dirso13-Dec-04 4:56
Dirso13-Dec-04 4:56 
GeneralRe: OleDbConnection question Pin
Heath Stewart13-Dec-04 5:19
protectorHeath Stewart13-Dec-04 5:19 
GeneralRe: OleDbConnection question Pin
Skynyrd13-Dec-04 5:36
Skynyrd13-Dec-04 5:36 
Generalchanging the text colour in datagrid row (C#) Pin
steve_rm13-Dec-04 4:07
steve_rm13-Dec-04 4:07 
Hello,

I have a datagrid with books, when the book is overdue i want it to change the text to Red. A for has been used to go through each row (works fine). But when it comes to a book that is overdue, l want it to change the text to red. I have tired using the code below, but does not work.

if ( dateDue < todaysDate )<br />
{<br />
grdBookOnLoan.Select(i); //i For loop counter<br />
grdBookOnLoan.ForeColor = Color.Red;<br />
grdBookOnLoan.UnSelect(i);<br />
}


Thanks in advance,

Steve
GeneralRe: changing the text colour in datagrid row (C#) Pin
tojamismis13-Dec-04 6:16
tojamismis13-Dec-04 6:16 
GeneralSqlMoney Type Pin
webhay13-Dec-04 4:03
webhay13-Dec-04 4:03 
GeneralRe: SqlMoney Type Pin
Stefan Troschuetz13-Dec-04 4:25
Stefan Troschuetz13-Dec-04 4:25 
GeneralDirectX.Capture Class Library Pin
gacuna13-Dec-04 3:28
gacuna13-Dec-04 3:28 
GeneralSoap Extension Pin
Uma Shankar Ladha13-Dec-04 3:10
Uma Shankar Ladha13-Dec-04 3:10 
GeneralNamespace across multiple files Pin
wweiss125813-Dec-04 2:54
wweiss125813-Dec-04 2:54 
GeneralRe: Namespace across multiple files Pin
Stefan Troschuetz13-Dec-04 2:59
Stefan Troschuetz13-Dec-04 2:59 
GeneralChange font of messagebox Pin
wk_vigorous13-Dec-04 2:08
wk_vigorous13-Dec-04 2:08 
GeneralRe: Change font of messagebox Pin
Stefan Troschuetz13-Dec-04 3:02
Stefan Troschuetz13-Dec-04 3:02 
GeneralRe: Change font of messagebox Pin
Dave Kreskowiak13-Dec-04 4:31
mveDave Kreskowiak13-Dec-04 4:31 
QuestionIS THIS A PATCH IN DATETIME CONTROL? Pin
manivannan.p13-Dec-04 1:27
manivannan.p13-Dec-04 1:27 
GeneralC# custom listbox, don't know where to find Pin
Anonymous13-Dec-04 1:04
Anonymous13-Dec-04 1:04 
GeneralRe: C# custom listbox, don't know where to find Pin
Skynyrd13-Dec-04 7:02
Skynyrd13-Dec-04 7:02 
GeneralRe: C# custom listbox, don't know where to find Pin
georgexie168814-Feb-05 11:23
georgexie168814-Feb-05 11:23 
Generalproblem integrating unmanaged C/C++ with C# Pin
pelos12-Dec-04 23:25
pelos12-Dec-04 23:25 
GeneralRe: problem integrating unmanaged C/C++ with C# Pin
pelos13-Dec-04 2:13
pelos13-Dec-04 2:13 
GeneralRe: problem integrating unmanaged C/C++ with C# Pin
Dave Kreskowiak13-Dec-04 4:22
mveDave Kreskowiak13-Dec-04 4:22 

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.