Click here to Skip to main content
15,902,779 members
Home / Discussions / C#
   

C#

 
GeneralRe: Long operation in c#, when does main end? Pin
dan!sh 16-Sep-09 3:07
professional dan!sh 16-Sep-09 3:07 
GeneralRe: Long operation in c#, when does main end? Pin
musefan16-Sep-09 3:20
musefan16-Sep-09 3:20 
GeneralRe: Long operation in c#, when does main end? Pin
Luc Pattyn16-Sep-09 3:22
sitebuilderLuc Pattyn16-Sep-09 3:22 
GeneralRe: Long operation in c#, when does main end? Pin
Luc Pattyn16-Sep-09 3:40
sitebuilderLuc Pattyn16-Sep-09 3:40 
GeneralRe: Long operation in c#, when does main end? Pin
N a v a n e e t h16-Sep-09 3:33
N a v a n e e t h16-Sep-09 3:33 
GeneralRe: Long operation in c#, when does main end? Pin
Luc Pattyn16-Sep-09 3:41
sitebuilderLuc Pattyn16-Sep-09 3:41 
GeneralRe: Long operation in c#, when does main end? Pin
DaveyM6916-Sep-09 3:44
professionalDaveyM6916-Sep-09 3:44 
AnswerRe: Long operation in c#, when does main end? Pin
N a v a n e e t h16-Sep-09 3:42
N a v a n e e t h16-Sep-09 3:42 
Another important thing to consider when working with a multi-threaded application is to safely end all worker threads when application is closing. Your application won't quit completely when there are active worker threads. One easy way to do this is to use background threads(Thread.IsBackGround = true). Background threads will be aborted automatically when the main thread exits and application will quit smoothly.

My 2 cents Smile | :)


Question[Message Deleted] Pin
kdwarak16-Sep-09 2:02
kdwarak16-Sep-09 2:02 
AnswerRe: Microsoft report viewer. Pin
Henry Minute16-Sep-09 2:26
Henry Minute16-Sep-09 2:26 
QuestionHough Circular Transform Pin
lcssiva16-Sep-09 1:43
lcssiva16-Sep-09 1:43 
AnswerRe: Hough Circular Transform Pin
J4amieC16-Sep-09 1:46
J4amieC16-Sep-09 1:46 
AnswerRe: Hough Circular Transform Pin
Keith Barrow16-Sep-09 1:50
professionalKeith Barrow16-Sep-09 1:50 
GeneralRe: Hough Circular Transform Pin
musefan16-Sep-09 2:12
musefan16-Sep-09 2:12 
GeneralRe: Hough Circular Transform Pin
Christian Graus16-Sep-09 10:35
protectorChristian Graus16-Sep-09 10:35 
AnswerRe: Hough Circular Transform Pin
Christian Graus16-Sep-09 10:36
protectorChristian Graus16-Sep-09 10:36 
QuestionCircle count Pin
lcssiva16-Sep-09 1:16
lcssiva16-Sep-09 1:16 
AnswerRe: Circle count Pin
Christian Graus16-Sep-09 1:26
protectorChristian Graus16-Sep-09 1:26 
GeneralRe: Circle count Pin
lcssiva16-Sep-09 1:35
lcssiva16-Sep-09 1:35 
GeneralRe: Circle count Pin
Christian Graus16-Sep-09 1:38
protectorChristian Graus16-Sep-09 1:38 
JokeRe: Circle count Pin
Greg Chelstowski16-Sep-09 1:29
Greg Chelstowski16-Sep-09 1:29 
GeneralRe: Circle count Pin
musefan16-Sep-09 2:09
musefan16-Sep-09 2:09 
QuestionCross to follow mouse Pin
gwithey16-Sep-09 1:10
gwithey16-Sep-09 1:10 
AnswerRe: Cross to follow mouse Pin
Christian Graus16-Sep-09 1:25
protectorChristian Graus16-Sep-09 1:25 
GeneralRe: Cross to follow mouse Pin
gwithey16-Sep-09 1:57
gwithey16-Sep-09 1:57 

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.