Click here to Skip to main content
15,892,839 members
Home / Discussions / C#
   

C#

 
GeneralRe: A simple question regarding String Pin
uusheikh26-Dec-09 23:01
uusheikh26-Dec-09 23:01 
QuestionCustom item list Pin
Zaegra26-Dec-09 2:32
Zaegra26-Dec-09 2:32 
AnswerRe: Custom item list Pin
Abhinav S26-Dec-09 2:36
Abhinav S26-Dec-09 2:36 
AnswerRe: Custom item list Pin
Jimmanuel26-Dec-09 2:40
Jimmanuel26-Dec-09 2:40 
AnswerRe: Custom item list Pin
Luc Pattyn26-Dec-09 3:02
sitebuilderLuc Pattyn26-Dec-09 3:02 
GeneralRe: Custom item list Pin
Zaegra26-Dec-09 3:18
Zaegra26-Dec-09 3:18 
QuestionDelete Drawed Shape Pin
dataminers25-Dec-09 23:34
dataminers25-Dec-09 23:34 
AnswerRe: Delete Drawed Shape Pin
Luc Pattyn26-Dec-09 1:47
sitebuilderLuc Pattyn26-Dec-09 1:47 
GeneralRe: Delete Drawed Shape Pin
dataminers29-Dec-09 22:38
dataminers29-Dec-09 22:38 
GeneralRe: Delete Drawed Shape Pin
Luc Pattyn30-Dec-09 0:33
sitebuilderLuc Pattyn30-Dec-09 0:33 
Questionunsafe Pin
sanforjackass25-Dec-09 22:38
sanforjackass25-Dec-09 22:38 
AnswerRe: unsafe Pin
dan!sh 25-Dec-09 22:44
professional dan!sh 25-Dec-09 22:44 
GeneralRe: unsafe Pin
sanforjackass25-Dec-09 22:53
sanforjackass25-Dec-09 22:53 
GeneralRe: unsafe Pin
dan!sh 25-Dec-09 23:00
professional dan!sh 25-Dec-09 23:00 
GeneralRe: unsafe Pin
sanforjackass25-Dec-09 23:44
sanforjackass25-Dec-09 23:44 
Questiontypes formats in app.config Pin
Hussam Fattahi25-Dec-09 22:21
Hussam Fattahi25-Dec-09 22:21 
AnswerRe: types formats in app.config Pin
dan!sh 25-Dec-09 22:42
professional dan!sh 25-Dec-09 22:42 
QuestionAborting a Thread. Pin
Ronni Marker25-Dec-09 22:12
Ronni Marker25-Dec-09 22:12 
AnswerRe: Aborting a Thread. Pin
Nicholas Butler25-Dec-09 22:46
sitebuilderNicholas Butler25-Dec-09 22:46 
Don't use Thread.Abort - it's evil!

If you want to end a thread, do it cooperatively - make the thread return from it's main method and it will be cleared up properly.

Also, you cannot touch UI controls from any thread other than your main UI thread. Control.Invoke is helpful here.

Here is a good introduction to threading: http://www.albahari.com/threading/[^]

Nick

----------------------------------
Be excellent to each other Smile | :)

GeneralRe: Aborting a Thread. Pin
Ronni Marker26-Dec-09 2:30
Ronni Marker26-Dec-09 2:30 
AnswerRe: Aborting a Thread. Pin
Luc Pattyn26-Dec-09 1:50
sitebuilderLuc Pattyn26-Dec-09 1:50 
GeneralRe: Aborting a Thread. Pin
Ronni Marker26-Dec-09 2:32
Ronni Marker26-Dec-09 2:32 
GeneralRe: Aborting a Thread. Pin
Luc Pattyn26-Dec-09 3:00
sitebuilderLuc Pattyn26-Dec-09 3:00 
QuestionOpen picture from application and edit with default picture edit application ? Pin
Yanshof25-Dec-09 10:27
Yanshof25-Dec-09 10:27 
AnswerRe: Open picture from application and edit with default picture edit application ? Pin
Luc Pattyn25-Dec-09 11:21
sitebuilderLuc Pattyn25-Dec-09 11:21 

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.