Click here to Skip to main content
15,888,263 members
Home / Discussions / C#
   

C#

 
GeneralRe: Text Files Pin
daveyerwin12-Feb-10 2:22
daveyerwin12-Feb-10 2:22 
GeneralRe: Text Files Pin
muka6612-Feb-10 2:46
muka6612-Feb-10 2:46 
GeneralRe: Text Files Pin
OriginalGriff12-Feb-10 4:58
mveOriginalGriff12-Feb-10 4:58 
GeneralRe: Text Files Pin
muka6614-Feb-10 22:42
muka6614-Feb-10 22:42 
QuestionLoooping through DataSet with threads but locking Pin
Danpeking11-Feb-10 22:39
Danpeking11-Feb-10 22:39 
AnswerRe: Loooping through DataSet with threads but locking Pin
OriginalGriff11-Feb-10 22:43
mveOriginalGriff11-Feb-10 22:43 
GeneralRe: Loooping through DataSet with threads but locking Pin
Danpeking11-Feb-10 23:38
Danpeking11-Feb-10 23:38 
GeneralRe: Loooping through DataSet with threads but locking Pin
OriginalGriff11-Feb-10 23:42
mveOriginalGriff11-Feb-10 23:42 
Yo will have to do that yourself - either by handing the thread only the row(s) you want it to process (my preferred option) or by keeping a list of all rows that have been processed and checking it in your thread. If you go for the second option, you will need to lock the list before your threads access it!
If Barbie is so popular, why do you have to buy her friends?

Eagles may soar, but weasels don't get sucked into jet engines.

If at first you don't succeed, destroy all evidence that you tried.

GeneralRe: Loooping through DataSet with threads but locking Pin
Danpeking12-Feb-10 5:04
Danpeking12-Feb-10 5:04 
QuestionHow i can refresh CD/DVD Drive ? Pin
Nematjon Rahmanov11-Feb-10 22:30
Nematjon Rahmanov11-Feb-10 22:30 
AnswerRe: How i can refresh CD/DVD Drive ? Pin
Abhinav S11-Feb-10 22:49
Abhinav S11-Feb-10 22:49 
GeneralRe: How i can refresh CD/DVD Drive ? Pin
Nematjon Rahmanov12-Feb-10 0:08
Nematjon Rahmanov12-Feb-10 0:08 
QuestionWhat invoked the getformattedvalue function in datagridviewtextboxcell? Pin
HideIvy11-Feb-10 21:30
HideIvy11-Feb-10 21:30 
AnswerRe: What invoked the getformattedvalue function in datagridviewtextboxcell? Pin
HideIvy11-Feb-10 22:44
HideIvy11-Feb-10 22:44 
Questiondisplay MailMessage Pin
paschka7611-Feb-10 21:02
paschka7611-Feb-10 21:02 
AnswerRe: display MailMessage Pin
AspDotNetDev11-Feb-10 21:51
protectorAspDotNetDev11-Feb-10 21:51 
AnswerRe: display MailMessage Pin
i gr811-Feb-10 22:48
i gr811-Feb-10 22:48 
QuestionI know how to clear textboxs on my form at one time but what if they are bound? Pin
tonyonlinux11-Feb-10 20:28
tonyonlinux11-Feb-10 20:28 
AnswerRe: I know how to clear textboxs on my form at one time but what if they are bound? Pin
AspDotNetDev11-Feb-10 21:13
protectorAspDotNetDev11-Feb-10 21:13 
GeneralRe: I know how to clear textboxs on my form at one time but what if they are bound? Pin
tonyonlinux11-Feb-10 21:19
tonyonlinux11-Feb-10 21:19 
Questionuniquely identifies a computer Pin
AndieDu11-Feb-10 19:10
AndieDu11-Feb-10 19:10 
AnswerRe: uniquely identifies a computer Pin
OriginalGriff11-Feb-10 21:54
mveOriginalGriff11-Feb-10 21:54 
GeneralRe: uniquely identifies a computer Pin
AndieDu14-Feb-10 16:07
AndieDu14-Feb-10 16:07 
AnswerRe: uniquely identifies a computer Pin
harold aptroot11-Feb-10 23:28
harold aptroot11-Feb-10 23:28 
AnswerRe: uniquely identifies a computer Pin
#realJSOP12-Feb-10 0:09
mve#realJSOP12-Feb-10 0:09 

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.