Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
AnswerRe: Microsoft Web Browser - no scroll bars and no right click? Pin
spamoom28-Dec-08 0:25
spamoom28-Dec-08 0:25 
GeneralRe: Microsoft Web Browser - no scroll bars and no right click? Pin
aleXXXka28-Dec-08 3:53
aleXXXka28-Dec-08 3:53 
AnswerRe: Microsoft Web Browser - no scroll bars and no right click? Pin
spamoom28-Dec-08 5:32
spamoom28-Dec-08 5:32 
GeneralRe: Microsoft Web Browser - no scroll bars and no right click? Pin
aleXXXka28-Dec-08 7:18
aleXXXka28-Dec-08 7:18 
Questiondatagridview using c# Pin
kulandaivel_mca200726-Dec-08 22:47
kulandaivel_mca200726-Dec-08 22:47 
AnswerRe: datagridview using c# Pin
Brij26-Dec-08 23:34
mentorBrij26-Dec-08 23:34 
GeneralRe: datagridview using c# Pin
kulandaivel_mca200727-Dec-08 0:06
kulandaivel_mca200727-Dec-08 0:06 
AnswerRe: datagridview using c# Pin
andhare27-Dec-08 1:44
andhare27-Dec-08 1:44 
Refer Below snippet

bool bflag;
checkbox chk=-(checkbox)datagridview1.cell[2].findcontrol("checkbox1");
bflag=chk.checked;

find the checkbox control in the gridview in the particular cell. Now as per above code the chk is your control name.You can use the chk.checked property for your purpose.







Regards,
Suyash
QuestionHow to read Hebrew letters with StreamReader Pin
Admin88726-Dec-08 22:39
Admin88726-Dec-08 22:39 
AnswerRe: How to read Hebrew letters with StreamReader Pin
Lev Danielyan27-Dec-08 0:59
Lev Danielyan27-Dec-08 0:59 
AnswerRe: How to read Hebrew letters with StreamReader Pin
aleXXXka27-Dec-08 1:10
aleXXXka27-Dec-08 1:10 
GeneralRe: How to read Hebrew letters with StreamReader Pin
Lev Danielyan27-Dec-08 1:14
Lev Danielyan27-Dec-08 1:14 
GeneralRe: How to read Hebrew letters with StreamReader Pin
aleXXXka27-Dec-08 1:38
aleXXXka27-Dec-08 1:38 
Questionretrival of password problem Pin
tejesh12326-Dec-08 22:04
tejesh12326-Dec-08 22:04 
AnswerRe: retrival of password problem Pin
Brij26-Dec-08 23:41
mentorBrij26-Dec-08 23:41 
GeneralRe: retrival of password problem Pin
tejesh12327-Dec-08 1:01
tejesh12327-Dec-08 1:01 
GeneralRe: retrival of password problem Pin
Brij27-Dec-08 1:57
mentorBrij27-Dec-08 1:57 
QuestionRegex Patterns Pin
Muammar©26-Dec-08 18:55
Muammar©26-Dec-08 18:55 
AnswerRe: Regex Patterns Pin
User 665826-Dec-08 23:55
User 665826-Dec-08 23:55 
GeneralRe: Regex Patterns Pin
Muammar©27-Dec-08 1:02
Muammar©27-Dec-08 1:02 
GeneralRe: Regex Patterns Pin
User 665827-Dec-08 1:09
User 665827-Dec-08 1:09 
QuestionHow do I put a control on the non-client area of a form? Pin
James_Zhang26-Dec-08 18:10
James_Zhang26-Dec-08 18:10 
Generalrepost Pin
Luc Pattyn26-Dec-08 18:47
sitebuilderLuc Pattyn26-Dec-08 18:47 
Questionemail sending program issue Pin
George_George26-Dec-08 16:07
George_George26-Dec-08 16:07 
AnswerRe: email sending program issue Pin
Tamer Oz26-Dec-08 20:04
Tamer Oz26-Dec-08 20:04 

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.