Click here to Skip to main content
15,912,204 members
Home / Discussions / C#
   

C#

 
GeneralRe: Catch events in my code when VS discovers that the file has been modified outside of the source editor Pin
lucienzhang31-Jan-10 22:25
lucienzhang31-Jan-10 22:25 
AnswerRe: Catch events in my code when VS discovers that the file has been modified outside of the source editor Pin
monstale31-Jan-10 22:33
monstale31-Jan-10 22:33 
QuestionRDLC C# 2005 multiple datasets in one Table ReportItem Pin
HennieSmit31-Jan-10 22:00
HennieSmit31-Jan-10 22:00 
QuestionProblems of reading file content [modified] Pin
codenoobie31-Jan-10 21:48
codenoobie31-Jan-10 21:48 
AnswerRe: Problems of reading file content Pin
Richard MacCutchan1-Feb-10 0:16
mveRichard MacCutchan1-Feb-10 0:16 
GeneralRe: Problems of reading file content Pin
codenoobie1-Feb-10 2:37
codenoobie1-Feb-10 2:37 
GeneralRe: Problems of reading file content Pin
Richard MacCutchan1-Feb-10 4:25
mveRichard MacCutchan1-Feb-10 4:25 
GeneralRe: Problems of reading file content Pin
codenoobie1-Feb-10 19:02
codenoobie1-Feb-10 19:02 
QuestionC# Vb6.0 Com Interop Pin
Q2A31-Jan-10 21:33
Q2A31-Jan-10 21:33 
AnswerRe: C# Vb6.0 Com Interop Pin
Richard MacCutchan1-Feb-10 0:18
mveRichard MacCutchan1-Feb-10 0:18 
GeneralRe: C# Vb6.0 Com Interop Pin
Thomas Krojer1-Feb-10 1:29
Thomas Krojer1-Feb-10 1:29 
GeneralRe: C# Vb6.0 Com Interop Pin
Richard MacCutchan1-Feb-10 2:00
mveRichard MacCutchan1-Feb-10 2:00 
GeneralRe: C# Vb6.0 Com Interop Pin
Thomas Krojer1-Feb-10 6:25
Thomas Krojer1-Feb-10 6:25 
GeneralRe: C# Vb6.0 Com Interop Pin
Richard MacCutchan1-Feb-10 6:34
mveRichard MacCutchan1-Feb-10 6:34 
GeneralRe: C# Vb6.0 Com Interop Pin
Thomas Krojer1-Feb-10 20:40
Thomas Krojer1-Feb-10 20:40 
GeneralRe: C# Vb6.0 Com Interop Pin
Richard MacCutchan1-Feb-10 23:22
mveRichard MacCutchan1-Feb-10 23:22 
QuestionTreeView Nodes do not update Pin
googoojkhan31-Jan-10 19:38
googoojkhan31-Jan-10 19:38 
AnswerRe: TreeView Nodes do not update Pin
googoojkhan31-Jan-10 21:14
googoojkhan31-Jan-10 21:14 
AnswerRe: TreeView Nodes do not update Pin
Alex Manolescu31-Jan-10 21:28
Alex Manolescu31-Jan-10 21:28 
GeneralRe: TreeView Nodes do not update Pin
Covean31-Jan-10 23:09
Covean31-Jan-10 23:09 
GeneralRe: TreeView Nodes do not update Pin
Alex Manolescu31-Jan-10 23:57
Alex Manolescu31-Jan-10 23:57 
QuestionDisplaying Two Crystal Reports using Single CrystalReportViewer. Pin
Sanket.Patil31-Jan-10 19:04
Sanket.Patil31-Jan-10 19:04 
AnswerRe: Displaying Two Crystal Reports using Single CrystalReportViewer. Pin
basu.sit29-Mar-10 18:51
basu.sit29-Mar-10 18:51 
QuestionAxFramerControl for powerpoint preview Pin
jafaralik31-Jan-10 18:46
jafaralik31-Jan-10 18:46 
QuestionLooping through a CSV with threads Pin
Danpeking31-Jan-10 15:50
Danpeking31-Jan-10 15:50 
Hi, I've recently started using Windows forms and need to create many threads which loop through a given CSV and process the contents to a method. I'm not sure of the best way of doing this. I can create a few threads but each thread processes each line rather than 1 line being processed by one thread and the next line being processed by another thread. The first value is a unique identifier if that helps.
Hope I've explained it ok, can anybody please advise?
Thanks

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.