Click here to Skip to main content
       

C#

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: Mdi Child Window Z-OrdermemberRichard Andrew x641-Feb-13 13:08 
GeneralRe: Mdi Child Window Z-Ordermemberjibesh1-Feb-13 13:10 
AnswerRe: Mdi Child Window Z-OrdermentorDaveyM691-Feb-13 23:57 
AnswerRe: Mdi Child Window Z-OrdermemberAlan N2-Feb-13 6:17 
QuestionStrip special characters in row of datamembervanikanc1-Feb-13 5:41 
AnswerRe: Strip special characters in row of datamvpEddy Vluggen1-Feb-13 6:53 
AnswerRe: Strip special characters in row of datamemberEnnis Ray Lynch, Jr.1-Feb-13 8:15 
QuestionC#,ASP.Netmembersujeet3211-Feb-13 0:51 
AnswerRe: C#,ASP.NetmemberSimon_Whale1-Feb-13 1:06 
AnswerRe: C#,ASP.NetmvpDave Kreskowiak1-Feb-13 1:30 
AnswerRe: C#,ASP.NetmvpAbhinav S1-Feb-13 8:16 
Questionhow to change the background color of a selected row in datagridview [modified]memberNarVish31-Jan-13 21:37 
AnswerRe: how to change the background color of a selected row in datagridviewmvpOriginalGriff31-Jan-13 22:21 
Handle the CellClick event:
private void myDataGridView_CellClick(object sender, DataGridViewCellEventArgs e)
    {
    DataGridView dgv = sender as DataGridView;
    if (dgv != null)
        {
        dgv.Rows[e.RowIndex].DefaultCellStyle.BackColor = Color.Red;
        }
    }
If you get an email telling you that you can catch Swine Flu from tinned pork then just delete it. It's Spam.

GeneralRe: how to change the background color of a selected row in datagridviewmemberNarVish31-Jan-13 22:35 
GeneralRe: how to change the background color of a selected row in datagridviewmvpOriginalGriff31-Jan-13 22:38 
GeneralRe: how to change the background color of a selected row in datagridviewmvpRichard MacCutchan31-Jan-13 22:39 
GeneralRe: how to change the background color of a selected row in datagridviewmvpOriginalGriff31-Jan-13 22:46 
AnswerRe: how to change the background color of a selected row in datagridviewmvpRichard MacCutchan31-Jan-13 22:38 
GeneralRe: how to change the background color of a selected row in datagridviewmemberNarVish31-Jan-13 22:45 
QuestionHow to write events in event log using Log4netmembervenkatpappu31-Jan-13 21:28 
AnswerRe: How to write events in event log using Log4netmvpRichard MacCutchan31-Jan-13 22:11 
QuestionThread.Abort - using and lock statementmemberdevvvy31-Jan-13 15:49 
AnswerRe: Thread.Abort - using and lock statementmvpDave Kreskowiak31-Jan-13 17:53 
GeneralRe: Thread.Abort - using and lock statement [modified]memberdevvvy31-Jan-13 17:59 
GeneralRe: Thread.Abort - using and lock statementmvpDave Kreskowiak31-Jan-13 19:05 
GeneralRe: Thread.Abort - using and lock statementmemberdevvvy31-Jan-13 19:07 
Questionbuild C# as windows appmemberdcof31-Jan-13 12:12 
AnswerRe: build C# as windows appmemberMycroft Holmes31-Jan-13 13:51 
AnswerRe: build C# as windows appmvpDave Kreskowiak31-Jan-13 14:53 
AnswerRe: build C# as windows appmvpAbhinav S31-Jan-13 22:37 
AnswerRe: build C# as windows appprotectorPete O'Hanlon31-Jan-13 23:40 
QuestionC# and ADP (Automatic Data Processing) integrationmemberDan_YYC31-Jan-13 5:18 
AnswerRe: C# and ADP (Automatic Data Processing) integrationmemberDan_YYC4-Feb-13 3:56 
QuestionAuto relocate a labelmemberjustcop31-Jan-13 4:41 
AnswerRe: Auto relocate a labelmvpAbhinav S31-Jan-13 6:13 
AnswerRe: Auto relocate a labelmvpDave Kreskowiak31-Jan-13 7:02 
AnswerRe: Auto relocate a labelmvpEddy Vluggen31-Jan-13 10:22 
QuestionUpload files over HTTPSmemberEdis Husic31-Jan-13 1:37 
QuestionADAM LDAP Authentification via user distinguishedNamemembermappy7501730-Jan-13 22:41 
QuestionSubreportmembertheezin30-Jan-13 22:16 
AnswerRe: SubreportprotectorPete O'Hanlon30-Jan-13 22:22 
QuestionHow to write c# version of Delphi's Abort procedurememberXiaoming Qian30-Jan-13 18:46 
AnswerRe: How to write c# version of Delphi's Abort proceduremvpRichard MacCutchan30-Jan-13 22:07 
AnswerRe: How to write c# version of Delphi's Abort procedurememberShameel31-Jan-13 0:18 
AnswerRe: How to write c# version of Delphi's Abort procedurememberjschell31-Jan-13 8:21 
Question"new" to hide base class implementation - is it useless? [modified]memberdevvvy30-Jan-13 18:17 
AnswerRe: "new" to hide base class implementation - is it useless?memberKeld Ølykke30-Jan-13 20:03 
GeneralRe: "new" to hide base class implementation - is it useless?memberdevvvy30-Jan-13 20:11 
GeneralRe: "new" to hide base class implementation - is it useless?memberKeld Ølykke30-Jan-13 23:45 
GeneralRe: "new" to hide base class implementation - is it useless?memberdevvvy31-Jan-13 15:33 

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


Advertise | Privacy | Mobile
Web03 | 2.6.130617.1 | Last Updated 19 Jun 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid