Click here to Skip to main content
15,881,803 members
Home / Discussions / C#
   

C#

 
Generalcan you please check this code? Pin
Narendra Reddy Vajrala29-Jun-09 3:14
Narendra Reddy Vajrala29-Jun-09 3:14 
GeneralRe: can you please check this code? Pin
J4amieC29-Jun-09 4:20
J4amieC29-Jun-09 4:20 
Questioncreating excel workbooks from a given template in a particular folder Pin
Krishna Aditya29-Jun-09 1:07
Krishna Aditya29-Jun-09 1:07 
AnswerRe: creating excel workbooks from a given template in a particular folder [modified] Pin
padmanabhan N29-Jun-09 1:31
padmanabhan N29-Jun-09 1:31 
QuestionDatagridview Column Header ReadOnly Pin
rhtbhegade28-Jun-09 21:43
rhtbhegade28-Jun-09 21:43 
AnswerRe: Datagridview Column Header ReadOnly Pin
stancrm28-Jun-09 21:52
stancrm28-Jun-09 21:52 
GeneralRe: Datagridview Column Header ReadOnly Pin
rhtbhegade29-Jun-09 1:48
rhtbhegade29-Jun-09 1:48 
GeneralRe: Datagridview Column Header ReadOnly Pin
stancrm29-Jun-09 2:20
stancrm29-Jun-09 2:20 
private void dataGridView_CellClick(object sender, DataGridViewCellEventArgs e)
{
  // RowIndex = -1 > ColumnHeader clicked
  if(e.RowIndex < 0)
    return;

  // Otherwise, run your code here...
}

GeneralRe: Datagridview Column Header ReadOnly Pin
rhtbhegade29-Jun-09 2:56
rhtbhegade29-Jun-09 2:56 
AnswerRe: Datagridview Column Header ReadOnly Pin
padmanabhan N28-Jun-09 22:09
padmanabhan N28-Jun-09 22:09 
QuestionRe: Datagridview Column Header ReadOnly Pin
KIDYA29-Jun-09 1:40
KIDYA29-Jun-09 1:40 
AnswerRe: Datagridview Column Header ReadOnly Pin
padmanabhan N29-Jun-09 2:04
padmanabhan N29-Jun-09 2:04 
QuestionRecive data from sensor circuit Pin
sebogawa28-Jun-09 21:38
sebogawa28-Jun-09 21:38 
AnswerRe: Recive data from sensor circuit Pin
Christian Graus28-Jun-09 21:48
protectorChristian Graus28-Jun-09 21:48 
AnswerRe: Recive data from sensor circuit Pin
DaveyM6928-Jun-09 22:10
professionalDaveyM6928-Jun-09 22:10 
AnswerRe: Recive data from sensor circuit Pin
OriginalGriff28-Jun-09 22:23
mveOriginalGriff28-Jun-09 22:23 
GeneralRe: Recive data from sensor circuit Pin
sebogawa28-Jun-09 22:27
sebogawa28-Jun-09 22:27 
QuestionFormat a float value in sql query Pin
arun_pk28-Jun-09 21:14
arun_pk28-Jun-09 21:14 
AnswerRe: Format a float value in sql query Pin
Christian Graus28-Jun-09 21:18
protectorChristian Graus28-Jun-09 21:18 
AnswerRe: Format a float value in sql query Pin
OriginalGriff28-Jun-09 21:20
mveOriginalGriff28-Jun-09 21:20 
AnswerRe: Format a float value in sql query Pin
PIEBALDconsult29-Jun-09 5:33
mvePIEBALDconsult29-Jun-09 5:33 
QuestionNeed to Learn that How to send message to Particular client Pin
M Riaz Bashir28-Jun-09 21:04
M Riaz Bashir28-Jun-09 21:04 
AnswerRe: Need to Learn that How to send message to Particular client Pin
Christian Graus28-Jun-09 21:28
protectorChristian Graus28-Jun-09 21:28 
GeneralRe: Need to Learn that How to send message to Particular client Pin
Moim Hossain29-Jun-09 7:35
Moim Hossain29-Jun-09 7:35 
QuestionShowing webcam preview in picturebox Problem.... Pin
S K Y28-Jun-09 20:00
S K Y28-Jun-09 20:00 

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.