Click here to Skip to main content
15,886,578 members
Home / Discussions / C#
   

C#

 
AnswerRe: MultiSelect With ListBox Pin
Eric Dahlvang21-Sep-06 8:23
Eric Dahlvang21-Sep-06 8:23 
QuestionGet File Encoding Pin
cecildt21-Sep-06 6:07
cecildt21-Sep-06 6:07 
AnswerRe: Get File Encoding Pin
Ed.Poore21-Sep-06 6:37
Ed.Poore21-Sep-06 6:37 
QuestionListBox Multi Select Pin
ytubis21-Sep-06 6:02
ytubis21-Sep-06 6:02 
AnswerRe: ListBox Multi Select Pin
Syed Mujtaba Hassan22-Sep-06 23:15
Syed Mujtaba Hassan22-Sep-06 23:15 
Questiondelete statement in trial version Pin
faladrim21-Sep-06 5:23
faladrim21-Sep-06 5:23 
AnswerRe: delete statement in trial version Pin
Judah Gabriel Himango21-Sep-06 5:49
sponsorJudah Gabriel Himango21-Sep-06 5:49 
QuestionDataGridView - check a CheckBoxCell Pin
C-Scharbe21-Sep-06 5:03
C-Scharbe21-Sep-06 5:03 
can somebody help me?
Confused | :confused:

how can i check a checkbox in a checkbox cell?
my currenty code is like that:

<br />
colValueCheckBox.TrueValue = "1";<br />
<br />
DataGridViewCheckBoxCell cellValue = colValueCheckBox.CellTemplate.Clone() as DataGridViewCheckBoxCell;<br />
<br />
cellValue.Value = "1";<br />
gridRow.Cells.Add(cellValue);<br />
grid.Rows.Add(gridRow);<br />



but it doesent check the box in that cell


(i need some code to check this box! - can be different to that)

THNX
AnswerRe: DataGridView - check a CheckBoxCell Pin
Judah Gabriel Himango21-Sep-06 5:09
sponsorJudah Gabriel Himango21-Sep-06 5:09 
GeneralRe: DataGridView - check a CheckBoxCell Pin
C-Scharbe21-Sep-06 5:13
C-Scharbe21-Sep-06 5:13 
AnswerRe: DataGridView - check a CheckBoxCell Pin
C-Scharbe21-Sep-06 21:02
C-Scharbe21-Sep-06 21:02 
QuestionLoading and using an unmanaged DLL Pin
ldr_21-Sep-06 4:59
ldr_21-Sep-06 4:59 
QuestionIndexer question Pin
Andrei Ungureanu21-Sep-06 4:57
Andrei Ungureanu21-Sep-06 4:57 
AnswerRe: Indexer question Pin
Colin Angus Mackay21-Sep-06 6:05
Colin Angus Mackay21-Sep-06 6:05 
GeneralRe: Indexer question Pin
Andrei Ungureanu21-Sep-06 6:18
Andrei Ungureanu21-Sep-06 6:18 
AnswerRe: Indexer question Pin
e-laj21-Sep-06 6:08
e-laj21-Sep-06 6:08 
AnswerRe: Indexer question Pin
Insincere Dave21-Sep-06 6:24
Insincere Dave21-Sep-06 6:24 
Question"String" and "string" Pin
#realJSOP21-Sep-06 4:40
mve#realJSOP21-Sep-06 4:40 
AnswerRe: "String" and "string" Pin
S. Senthil Kumar21-Sep-06 4:55
S. Senthil Kumar21-Sep-06 4:55 
AnswerRe: "String" and "string" Pin
Judah Gabriel Himango21-Sep-06 4:57
sponsorJudah Gabriel Himango21-Sep-06 4:57 
Questionhow to lock or hide a folder? Pin
svimalraaj21-Sep-06 4:21
svimalraaj21-Sep-06 4:21 
AnswerRe: how to lock or hide a folder? Pin
Le centriste21-Sep-06 5:26
Le centriste21-Sep-06 5:26 
QuestionHow to change the color depth of a bitmap Pin
UrbanSpaceman21-Sep-06 4:07
UrbanSpaceman21-Sep-06 4:07 
QuestionHow can i use winmm.dll to adjust the master volume of Windows Pin
Kariem Soudy21-Sep-06 4:00
Kariem Soudy21-Sep-06 4:00 
AnswerRe: How can i use winmm.dll to adjust the master volume of Windows Pin
Judah Gabriel Himango21-Sep-06 5:06
sponsorJudah Gabriel Himango21-Sep-06 5:06 

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.