Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
AnswerRe: Filestreaming System.OutofMemoryException Pin
jschell9-Mar-12 5:36
jschell9-Mar-12 5:36 
QuestionSet position in file and read from position Pin
Mc_Topaz8-Mar-12 3:14
Mc_Topaz8-Mar-12 3:14 
AnswerRe: Set position in file and read from position Pin
OriginalGriff8-Mar-12 3:55
mveOriginalGriff8-Mar-12 3:55 
AnswerRe: Set position in file and read from position Pin
PIEBALDconsult8-Mar-12 4:02
mvePIEBALDconsult8-Mar-12 4:02 
Questiondatagridview c# Pin
missoby8-Mar-12 3:11
missoby8-Mar-12 3:11 
AnswerRe: datagridview c# Pin
BobJanova8-Mar-12 3:22
BobJanova8-Mar-12 3:22 
GeneralRe: datagridview c# Pin
missoby8-Mar-12 3:35
missoby8-Mar-12 3:35 
GeneralRe: datagridview c# Pin
BobJanova8-Mar-12 3:44
BobJanova8-Mar-12 3:44 
Is this the WinForms DataGridView?

Turns out I was remembering something else, you can't index it like that, you have to do myDgv.Rows[2].Cells[3].Value.

And, uh, of course that example gets the whole column because it loops over all rows! Programming isn't something you should just hack around and hope something works (well, no discipline is like that really) – if you can't read that snippet and work out that it will get a table from a data source and then construct text output for the whole table, you need to go back to basics and make sure you've got the language structures (loops and so on) and the classes (data and UI) straight in your head.
GeneralRe: datagridview c# Pin
Caleb McElrath8-Mar-12 14:12
professionalCaleb McElrath8-Mar-12 14:12 
AnswerRe: datagridview c# Pin
PIEBALDconsult8-Mar-12 4:07
mvePIEBALDconsult8-Mar-12 4:07 
Questionimage proccessing Pin
mohammadhamid8-Mar-12 0:16
mohammadhamid8-Mar-12 0:16 
AnswerRe: image proccessing Pin
Abhinav S8-Mar-12 1:04
Abhinav S8-Mar-12 1:04 
AnswerRe: image proccessing Pin
Dave Kreskowiak8-Mar-12 3:23
mveDave Kreskowiak8-Mar-12 3:23 
Questionhow to communicate to usb port programically? Pin
neodeaths8-Mar-12 0:10
neodeaths8-Mar-12 0:10 
AnswerRe: how to communicate to usb port programically? Pin
Abhinav S8-Mar-12 0:16
Abhinav S8-Mar-12 0:16 
AnswerRe: how to communicate to usb port programically? Pin
Bernhard Hiller8-Mar-12 0:17
Bernhard Hiller8-Mar-12 0:17 
AnswerRe: how to communicate to usb port programically? Pin
Dave Kreskowiak8-Mar-12 3:20
mveDave Kreskowiak8-Mar-12 3:20 
QuestionSource Code Control shared Libraries/Assemblies Pin
Expert Coming7-Mar-12 20:08
Expert Coming7-Mar-12 20:08 
AnswerRe: Source Code Control shared Libraries/Assemblies Pin
PIEBALDconsult8-Mar-12 2:35
mvePIEBALDconsult8-Mar-12 2:35 
AnswerRe: Source Code Control shared Libraries/Assemblies Pin
BobJanova8-Mar-12 3:21
BobJanova8-Mar-12 3:21 
AnswerRe: Source Code Control shared Libraries/Assemblies Pin
jschell9-Mar-12 5:47
jschell9-Mar-12 5:47 
Questionread image in c# Pin
lieu_li7-Mar-12 15:53
lieu_li7-Mar-12 15:53 
AnswerRe: read image in c# Pin
Jaison Joy7-Mar-12 18:19
Jaison Joy7-Mar-12 18:19 
AnswerRe: read image in c# Pin
Abhinav S7-Mar-12 21:25
Abhinav S7-Mar-12 21:25 
AnswerRe: read image in c# Pin
OriginalGriff7-Mar-12 23:48
mveOriginalGriff7-Mar-12 23:48 

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.