Click here to Skip to main content
15,896,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: Multiple Series on a ReportViewer chart Pin
led mike5-Nov-07 6:24
led mike5-Nov-07 6:24 
QuestionChange the global cursor Pin
QzRz5-Nov-07 2:27
QzRz5-Nov-07 2:27 
AnswerRe: Change the global cursor Pin
Pete O'Hanlon5-Nov-07 3:09
mvePete O'Hanlon5-Nov-07 3:09 
GeneralRe: Change the global cursor Pin
QzRz5-Nov-07 3:17
QzRz5-Nov-07 3:17 
GeneralRe: Change the global cursor Pin
Pete O'Hanlon5-Nov-07 3:35
mvePete O'Hanlon5-Nov-07 3:35 
GeneralRe: Change the global cursor Pin
QzRz5-Nov-07 4:10
QzRz5-Nov-07 4:10 
GeneralRe: Change the global cursor Pin
Pete O'Hanlon5-Nov-07 4:15
mvePete O'Hanlon5-Nov-07 4:15 
QuestionCheckboxes in datagridview Pin
akkram5-Nov-07 2:26
akkram5-Nov-07 2:26 
Hi, I have an unbound DataGridView which I have added two columns to (in the designer): one DataGridViewTextBoxColumn and one DataGridViewCheckBoxColumn. Now I want to add rows to the DataGridView and be able to check and uncheck the cells under the DataGridViewCheckBoxColumn. I use the following code to add a new row but I can't get it to work.

int rowIndex = myDataGridView.Rows.Add();
DataGridViewRow row = myDataGridView.Rows[rowIndex];
row.Cells["columnText"].Value = "some text";
row.Cells["columnCheckBox"].Value = true;

Anyone knows how I can get this to work?
/thanks

AnswerRe: Checkboxes in datagridview Pin
half-life5-Nov-07 4:45
half-life5-Nov-07 4:45 
GeneralRe: Checkboxes in datagridview Pin
akkram5-Nov-07 5:21
akkram5-Nov-07 5:21 
GeneralRe: Checkboxes in datagridview Pin
half-life5-Nov-07 5:32
half-life5-Nov-07 5:32 
GeneralRe: Checkboxes in datagridview Pin
akkram5-Nov-07 5:30
akkram5-Nov-07 5:30 
Questionimport vrml Pin
GeoVx12345-Nov-07 1:23
GeoVx12345-Nov-07 1:23 
AnswerRe: import vrml Pin
led mike5-Nov-07 5:05
led mike5-Nov-07 5:05 
GeneralRe: import vrml Pin
GeoVx12345-Nov-07 20:34
GeoVx12345-Nov-07 20:34 
QuestionGet frame from video file Pin
DeepOceans5-Nov-07 1:11
DeepOceans5-Nov-07 1:11 
AnswerRe: Get frame from video file Pin
TJoe5-Nov-07 1:47
TJoe5-Nov-07 1:47 
QuestionShadow for text GDI+ Pin
N a v a n e e t h5-Nov-07 0:56
N a v a n e e t h5-Nov-07 0:56 
AnswerRe: Shadow for text GDI+ Pin
TJoe5-Nov-07 1:45
TJoe5-Nov-07 1:45 
GeneralRe: Shadow for text GDI+ Pin
N a v a n e e t h5-Nov-07 2:29
N a v a n e e t h5-Nov-07 2:29 
QuestionMultithreading with screen refresh Pin
ateeb5-Nov-07 0:31
ateeb5-Nov-07 0:31 
AnswerRe: Multithreading with screen refresh Pin
amitcoder835-Nov-07 0:34
amitcoder835-Nov-07 0:34 
GeneralRe: Multithreading with screen refresh Pin
ateeb5-Nov-07 0:45
ateeb5-Nov-07 0:45 
GeneralRe: Multithreading with screen refresh Pin
Robert Rohde5-Nov-07 2:01
Robert Rohde5-Nov-07 2:01 
GeneralRe: Multithreading with screen refresh Pin
Luc Pattyn5-Nov-07 2:05
sitebuilderLuc Pattyn5-Nov-07 2:05 

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.