Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: get files one by one in the lable Pin
tanweer26-Jan-10 21:55
tanweer26-Jan-10 21:55 
GeneralRe: get files one by one in the lable Pin
sanforjackass26-Jan-10 21:59
sanforjackass26-Jan-10 21:59 
GeneralRe: get files one by one in the lable Pin
tanweer26-Jan-10 22:05
tanweer26-Jan-10 22:05 
GeneralRe: get files one by one in the lable Pin
sanforjackass26-Jan-10 22:18
sanforjackass26-Jan-10 22:18 
GeneralRe: get files one by one in the lable Pin
OriginalGriff26-Jan-10 22:10
mveOriginalGriff26-Jan-10 22:10 
Questiondatagridview scrolling Pin
prithaa26-Jan-10 20:26
prithaa26-Jan-10 20:26 
QuestionEventHandler for Textbox Pin
Anu_Bala26-Jan-10 20:21
Anu_Bala26-Jan-10 20:21 
QuestionThread issue Pin
Mycroft Holmes26-Jan-10 18:50
professionalMycroft Holmes26-Jan-10 18:50 
I realise that I could wade through SBs threading 1-5 but I'm as lazy as the next person.

If I fire of a long running thread from the winform, that calls multiple methods in the business object layer which call stored procs and the user closes the form before the thread has completed, what happens to the thread.

I assume it completes the current stored proc and then terminates.

I use the following to call start the thread
var t = new Thread(() => DoTB(iPeriodID));
t.Start();


Never underestimate the power of human stupidity
RAH

AnswerRe: Thread issue Pin
Rob Philpott26-Jan-10 20:52
Rob Philpott26-Jan-10 20:52 
GeneralRe: Thread issue Pin
Mycroft Holmes26-Jan-10 21:04
professionalMycroft Holmes26-Jan-10 21:04 
GeneralRe: Thread issue Pin
David Skelly26-Jan-10 22:18
David Skelly26-Jan-10 22:18 
Questionre:vs C# versus vsC++ Pin
Alan Kurlansky26-Jan-10 17:28
Alan Kurlansky26-Jan-10 17:28 
AnswerRe: re:vs C# versus vsC++ Pin
tolw26-Jan-10 19:56
tolw26-Jan-10 19:56 
GeneralRe: re:vs C# versus vsC++ Pin
Alan Kurlansky27-Jan-10 4:08
Alan Kurlansky27-Jan-10 4:08 
GeneralRe: re:vs C# versus vsC++ Pin
tolw27-Jan-10 6:14
tolw27-Jan-10 6:14 
Questionregex help Pin
uglyeyes26-Jan-10 13:34
uglyeyes26-Jan-10 13:34 
Answerrepost Pin
Luc Pattyn26-Jan-10 13:40
sitebuilderLuc Pattyn26-Jan-10 13:40 
AnswerRe: regex help Pin
vivasaayi26-Jan-10 18:19
vivasaayi26-Jan-10 18:19 
GeneralRe: regex help Pin
uglyeyes26-Jan-10 21:15
uglyeyes26-Jan-10 21:15 
GeneralRe: regex help Pin
#realJSOP27-Jan-10 1:24
mve#realJSOP27-Jan-10 1:24 
GeneralRe: regex help Pin
uglyeyes27-Jan-10 2:26
uglyeyes27-Jan-10 2:26 
GeneralRe: regex help Pin
basantakumar27-Jan-10 3:20
basantakumar27-Jan-10 3:20 
GeneralRe: regex help [modified] Pin
uglyeyes27-Jan-10 11:35
uglyeyes27-Jan-10 11:35 
GeneralRe: regex help Pin
uglyeyes27-Jan-10 16:48
uglyeyes27-Jan-10 16:48 
GeneralRe: regex help Pin
uglyeyes27-Jan-10 18:41
uglyeyes27-Jan-10 18:41 

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.