Click here to Skip to main content
15,893,266 members
Home / Discussions / C#
   

C#

 
QuestionHow to Convert This Code to C# ? Pin
hdv2127-Oct-06 1:00
hdv2127-Oct-06 1:00 
AnswerRe: How to Convert This Code to C# ? Pin
Aashutoshkumar7-Oct-06 1:12
Aashutoshkumar7-Oct-06 1:12 
Questionsend mail Pin
vivek.s.vivek6-Oct-06 23:24
vivek.s.vivek6-Oct-06 23:24 
AnswerRe: send mail Pin
Rajesh_K_Sharma7-Oct-06 9:12
Rajesh_K_Sharma7-Oct-06 9:12 
QuestionFormBoardStyle Pin
ShadowRayz6-Oct-06 19:27
ShadowRayz6-Oct-06 19:27 
AnswerRe: FormBoardStyle Pin
Amar Chaudhary6-Oct-06 19:53
Amar Chaudhary6-Oct-06 19:53 
GeneralRe: FormBoardStyle Pin
leppie6-Oct-06 23:31
leppie6-Oct-06 23:31 
QuestionIterate over cells in DataGridViewColumn Pin
drinkingbird6-Oct-06 17:42
drinkingbird6-Oct-06 17:42 
I can't seem to figure out a way to loop over all cells in a DataGridViewColumn from within the column itself.

I have a class which extends the DataGridViewColumn class, and from within it I need to check all cell values in a way similar to:
foreach(DataGridViewCell cell in this.Cells){
// evaluate cell contents
}

Is there any property of the column I can use to achieve this? This functionality seems to be lacking from the column classes, though implemented in the row classes.
QuestionCrystal Report Problem Pin
Saleh Mahmoud6-Oct-06 15:10
Saleh Mahmoud6-Oct-06 15:10 
QuestionModule oriented Windows Application... Pin
Kasic Slobodan6-Oct-06 14:21
Kasic Slobodan6-Oct-06 14:21 
AnswerRe: Module oriented Windows Application... Pin
Christian Graus6-Oct-06 23:33
protectorChristian Graus6-Oct-06 23:33 
GeneralRe: Module oriented Windows Application... Pin
Kasic Slobodan7-Oct-06 9:40
Kasic Slobodan7-Oct-06 9:40 
GeneralRe: Module oriented Windows Application... Pin
S. Senthil Kumar8-Oct-06 2:46
S. Senthil Kumar8-Oct-06 2:46 
GeneralRe: Module oriented Windows Application... Pin
Kasic Slobodan8-Oct-06 6:50
Kasic Slobodan8-Oct-06 6:50 
QuestionCoding for the Vista GUI Pin
rvp717y6-Oct-06 12:52
rvp717y6-Oct-06 12:52 
AnswerRe: Coding for the Vista GUI Pin
Daniel Grunwald7-Oct-06 0:31
Daniel Grunwald7-Oct-06 0:31 
GeneralRe: Coding for the Vista GUI Pin
rvp717y7-Oct-06 14:47
rvp717y7-Oct-06 14:47 
QuestionControl Format TextArea Pin
101021066-Oct-06 11:53
101021066-Oct-06 11:53 
QuestionForm Size keeps shrinking! Pin
Rabbit176-Oct-06 11:52
Rabbit176-Oct-06 11:52 
AnswerRe: Form Size keeps shrinking! Pin
Amar Chaudhary6-Oct-06 22:04
Amar Chaudhary6-Oct-06 22:04 
GeneralRe: Form Size keeps shrinking! Pin
Rabbit179-Oct-06 9:20
Rabbit179-Oct-06 9:20 
GeneralRe: Form Size keeps shrinking! Pin
Amar Chaudhary9-Oct-06 12:28
Amar Chaudhary9-Oct-06 12:28 
GeneralRe: Form Size keeps shrinking! Pin
Rabbit179-Oct-06 9:20
Rabbit179-Oct-06 9:20 
GeneralRe: Form Size keeps shrinking! Pin
Rabbit179-Oct-06 10:59
Rabbit179-Oct-06 10:59 
QuestionWhy is the binary number flipped when reading from a byte array? Pin
mmatteson6-Oct-06 10:31
mmatteson6-Oct-06 10:31 

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.