Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
AnswerRe: WebBrowser control Pin
Nadia Monalisa26-Sep-06 5:54
Nadia Monalisa26-Sep-06 5:54 
GeneralRe: WebBrowser control Pin
zaboboa26-Sep-06 6:44
zaboboa26-Sep-06 6:44 
QuestionCancel Closing Form in Form Closing event Pin
Nadia Monalisa26-Sep-06 5:03
Nadia Monalisa26-Sep-06 5:03 
AnswerRe: Cancel Closing Form in Form Closing event Pin
wheelerbarry26-Sep-06 5:13
wheelerbarry26-Sep-06 5:13 
GeneralRe: Cancel Closing Form in Form Closing event Pin
Nadia Monalisa26-Sep-06 5:27
Nadia Monalisa26-Sep-06 5:27 
GeneralRe: Cancel Closing Form in Form Closing event Pin
Nader Elshehabi26-Sep-06 5:41
Nader Elshehabi26-Sep-06 5:41 
GeneralRe: Cancel Closing Form in Form Closing event Pin
Nadia Monalisa26-Sep-06 7:03
Nadia Monalisa26-Sep-06 7:03 
GeneralRe: Cancel Closing Form in Form Closing event Pin
Nader Elshehabi26-Sep-06 7:49
Nader Elshehabi26-Sep-06 7:49 
You'd be surprised if I tell you that i've never used those BackgroundWorkers!! I always use good old fashioned multithreading. I even don't know why they made this clas?!!

Anyway, if a thread is made Foreground then it will keep running invisible and your applicatoin won't really exit. You can check that out using the task manager. But if you make that thread background by setting Thread.IsBackground = true, then it will close once all foreground threads are close and the process won't wait for that thread to finish. I don't know about BackgroundWorker class if it's really background, but it would take a small test to find out -I'm currently too lazy to lookup MSDN;P-

RegardsRose | [Rose]

GeneralRe: Cancel Closing Form in Form Closing event Pin
Nadia Monalisa26-Sep-06 7:59
Nadia Monalisa26-Sep-06 7:59 
QuestionFile Access Control Pin
mithob26-Sep-06 4:11
mithob26-Sep-06 4:11 
AnswerRe: File Access Control Pin
led mike26-Sep-06 5:19
led mike26-Sep-06 5:19 
Questionobfuscator suggestions Pin
Glen Harvy26-Sep-06 4:02
Glen Harvy26-Sep-06 4:02 
AnswerRe: obfuscator suggestions Pin
Douglas Troy26-Sep-06 4:26
Douglas Troy26-Sep-06 4:26 
AnswerRe: obfuscator suggestions Pin
led mike26-Sep-06 5:17
led mike26-Sep-06 5:17 
AnswerI don't like obfuscators Pin
Ennis Ray Lynch, Jr.26-Sep-06 6:41
Ennis Ray Lynch, Jr.26-Sep-06 6:41 
AnswerRe: obfuscator suggestions Pin
Nadia Monalisa26-Sep-06 8:41
Nadia Monalisa26-Sep-06 8:41 
QuestionReference help Pin
eric_tran26-Sep-06 3:53
eric_tran26-Sep-06 3:53 
AnswerRe: Reference help Pin
Not Active26-Sep-06 4:48
mentorNot Active26-Sep-06 4:48 
Questioncomponent for drawing graph Pin
barak16048726-Sep-06 3:53
barak16048726-Sep-06 3:53 
Questionsecond Form may not move... Pin
Schimaera26-Sep-06 3:18
Schimaera26-Sep-06 3:18 
AnswerRe: second Form may not move... Pin
LongRange.Shooter26-Sep-06 3:29
LongRange.Shooter26-Sep-06 3:29 
QuestionElastic control? Pin
LongRange.Shooter26-Sep-06 3:06
LongRange.Shooter26-Sep-06 3:06 
QuestionHow to call other software with C# Pin
alexTCT26-Sep-06 2:41
alexTCT26-Sep-06 2:41 
AnswerRe: How to call other software with C# Pin
LongRange.Shooter26-Sep-06 3:01
LongRange.Shooter26-Sep-06 3:01 
QuestionNew Error for 2005 - DataAdapter.Update Pin
Paul Brower26-Sep-06 2:34
Paul Brower26-Sep-06 2:34 

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.