Click here to Skip to main content
15,896,547 members
Home / Discussions / C#
   

C#

 
GeneralRe: socket programming Pin
eey569-Mar-06 10:20
eey569-Mar-06 10:20 
AnswerRe: socket programming Pin
eey569-Mar-06 3:17
eey569-Mar-06 3:17 
QuestionWhat C# compiler does? Pin
Chandana Subasinghe9-Mar-06 0:40
Chandana Subasinghe9-Mar-06 0:40 
AnswerRe: What C# compiler does? Pin
leppie9-Mar-06 4:33
leppie9-Mar-06 4:33 
QuestionMultiThreading Pin
AB77719-Mar-06 0:24
AB77719-Mar-06 0:24 
GeneralRe: MultiThreading Pin
Steve Hansen9-Mar-06 0:42
Steve Hansen9-Mar-06 0:42 
GeneralRe: MultiThreading Pin
AB77719-Mar-06 1:07
AB77719-Mar-06 1:07 
GeneralRe: MultiThreading Pin
lmoelleb9-Mar-06 20:58
lmoelleb9-Mar-06 20:58 
There is as such nothing special you need to do with threads except be really really careful with race conditions and deadlocks.

XIUnin had some really good advise. The exception will tell you exactly where you use a null reference (or - if you do not do it yourself then where you call something else with bogus parameters resulting in that code using the null reference).

If you have problems following the advice then please indicate you do not know how to follow it (with detrails on why you get stuck and what you tried).

Also try to be more detailed. For example you write "when the control returns"... Well, threads do not return control. They keep running until terminated. So what do you mean? Do you call Join or what?
QuestionHow to Show Only Images in "HtmlInputFile" Dialog ??? Pin
Abubakarsb8-Mar-06 23:47
Abubakarsb8-Mar-06 23:47 
AnswerRe: How to Show Only Images in "HtmlInputFile" Dialog ??? Pin
Vasudevan Deepak Kumar9-Mar-06 1:08
Vasudevan Deepak Kumar9-Mar-06 1:08 
Questionwhen the class is loaded in c#? Pin
shashank veerkar8-Mar-06 23:18
shashank veerkar8-Mar-06 23:18 
AnswerRe: when the class is loaded in c#? Pin
Chandana Subasinghe9-Mar-06 0:14
Chandana Subasinghe9-Mar-06 0:14 
QuestionMaking a Rich textbox control border to rounded rectangle Pin
psmukil8-Mar-06 23:01
psmukil8-Mar-06 23:01 
AnswerRe: Making a Rich textbox control border to rounded rectangle Pin
mav.northwind9-Mar-06 1:11
mav.northwind9-Mar-06 1:11 
GeneralRe: Making a Rich textbox control border to rounded rectangle Pin
psmukil9-Mar-06 1:30
psmukil9-Mar-06 1:30 
QuestionHow to handle System.NullReferenceException??? Pin
vikas_kohli828-Mar-06 22:39
vikas_kohli828-Mar-06 22:39 
AnswerRe: How to handle System.NullReferenceException??? Pin
Stefan Troschuetz8-Mar-06 23:10
Stefan Troschuetz8-Mar-06 23:10 
Questionhow to use shapes in word using c# Pin
sam_g18-Mar-06 22:00
sam_g18-Mar-06 22:00 
QuestionRoles in C# Pin
Brendan Vogt8-Mar-06 21:22
Brendan Vogt8-Mar-06 21:22 
AnswerRe: Roles in C# Pin
Stefan Troschuetz8-Mar-06 22:58
Stefan Troschuetz8-Mar-06 22:58 
QuestionRe: Roles in C# Pin
Brendan Vogt8-Mar-06 23:48
Brendan Vogt8-Mar-06 23:48 
AnswerRe: Roles in C# Pin
Stefan Troschuetz8-Mar-06 23:55
Stefan Troschuetz8-Mar-06 23:55 
AnswerRe: How to Draw aero programmatically in word using C# Pin
HakunaMatada8-Mar-06 21:44
HakunaMatada8-Mar-06 21:44 
Questionread and files in class library gives me an error Pin
sasire188-Mar-06 21:18
sasire188-Mar-06 21:18 
AnswerRe: read and files in class library gives me an error Pin
Guffa8-Mar-06 21:56
Guffa8-Mar-06 21:56 

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.