Click here to Skip to main content
15,918,808 members
Home / Discussions / C#
   

C#

 
Question[Solved]Customize calendar control Pin
Ishqalways19-Oct-09 18:54
Ishqalways19-Oct-09 18:54 
AnswerRe: Customize calendar control Pin
Christian Graus19-Oct-09 18:58
protectorChristian Graus19-Oct-09 18:58 
AnswerRe: Customize calendar control Pin
Russ-T19-Oct-09 19:52
Russ-T19-Oct-09 19:52 
QuestionHow to set the image field data to some cell of Excel? Pin
mctramp16819-Oct-09 15:25
mctramp16819-Oct-09 15:25 
AnswerRe: How to set the image field data to some cell of Excel? Pin
mctramp16820-Oct-09 14:06
mctramp16820-Oct-09 14:06 
QuestionSharePoint Search in Document Pin
W4Rl0CK4719-Oct-09 13:56
W4Rl0CK4719-Oct-09 13:56 
AnswerRe: SharePoint Search in Document Pin
Not Active19-Oct-09 14:32
mentorNot Active19-Oct-09 14:32 
Questioncode behind Pin
auriva19-Oct-09 13:45
auriva19-Oct-09 13:45 
AnswerRe: code behind Pin
Christian Graus19-Oct-09 14:15
protectorChristian Graus19-Oct-09 14:15 
GeneralRe: code behind Pin
EliottA19-Oct-09 14:30
EliottA19-Oct-09 14:30 
GeneralRe: code behind Pin
Christian Graus19-Oct-09 15:35
protectorChristian Graus19-Oct-09 15:35 
GeneralRe: code behind Pin
Luc Pattyn19-Oct-09 16:19
sitebuilderLuc Pattyn19-Oct-09 16:19 
AnswerRe: code behind Pin
Pete O'Hanlon19-Oct-09 22:35
mvePete O'Hanlon19-Oct-09 22:35 
QuestionNo value given for one or more required parameters. Pin
Kevin Marois19-Oct-09 13:12
professionalKevin Marois19-Oct-09 13:12 
AnswerRe: No value given for one or more required parameters. Pin
Luc Pattyn19-Oct-09 13:41
sitebuilderLuc Pattyn19-Oct-09 13:41 
AnswerRe: No value given for one or more required parameters. Pin
_Maxxx_20-Oct-09 19:12
professional_Maxxx_20-Oct-09 19:12 
QuestionWindows application Pin
or or19-Oct-09 11:34
or or19-Oct-09 11:34 
AnswerRe: Windows application Pin
Eddy Vluggen19-Oct-09 11:54
professionalEddy Vluggen19-Oct-09 11:54 
GeneralRe: Windows application Pin
or or19-Oct-09 20:24
or or19-Oct-09 20:24 
AnswerRe: Windows application Pin
Not Active19-Oct-09 13:15
mentorNot Active19-Oct-09 13:15 
QuestionRe: Windows application Pin
or or20-Oct-09 0:06
or or20-Oct-09 0:06 
QuestionMagical thread? [modified] Pin
Scalee19-Oct-09 10:42
Scalee19-Oct-09 10:42 
AnswerRe: Magical thread? [modified] Pin
Luc Pattyn19-Oct-09 11:39
sitebuilderLuc Pattyn19-Oct-09 11:39 
GeneralRe: Magical thread? Pin
Scalee19-Oct-09 12:23
Scalee19-Oct-09 12:23 
AnswerRe: Magical thread? Pin
Luc Pattyn19-Oct-09 12:43
sitebuilderLuc Pattyn19-Oct-09 12:43 
OK,

I read it again, here are some comments and suggestions:

1.
please use PRE tags, not CODE tags, for showing multi-line code snippets.

2.
//check if msn is running if not abort isn't really accurate, as nothing gets aborted, something gets retried instead.

3.
assuming Cout(string) logs or somehow shows a string, add a Cout("going to create MSN"), a Cout("done creating MSN") and Cout("going to sleep") at the appropriate places. That way you will easily see what goes on.

4.
I expect you'll see the "going to create MSN" but no "done creating MSN", as the only location the loop can hang seems to be inside the MSN constructor, for reasons unknown as you didn't show its code.


Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages

Local announcement (Antwerp region): Lange Wapper? 59.24% waren verstandig genoeg om NEEN te stemmen; bye bye viaduct.


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.