Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
AnswerRe: Resource File Help Pin
Christian Graus19-Aug-09 18:23
protectorChristian Graus19-Aug-09 18:23 
Questionusing DOM how to identify the link that is clicked? Pin
Jacobb Michael19-Aug-09 17:54
Jacobb Michael19-Aug-09 17:54 
QuestionHealth monitoring server up or down and logging to database Pin
ramindya19-Aug-09 13:37
ramindya19-Aug-09 13:37 
AnswerRe: Health monitoring server up or down and logging to database Pin
Christian Graus19-Aug-09 15:36
protectorChristian Graus19-Aug-09 15:36 
QuestionBackground Worker Pin
spankyleo12319-Aug-09 12:14
spankyleo12319-Aug-09 12:14 
AnswerRe: Background Worker Pin
Luc Pattyn19-Aug-09 12:55
sitebuilderLuc Pattyn19-Aug-09 12:55 
GeneralRe: Background Worker Pin
spankyleo12320-Aug-09 9:54
spankyleo12320-Aug-09 9:54 
GeneralRe: Background Worker Pin
Luc Pattyn20-Aug-09 13:41
sitebuilderLuc Pattyn20-Aug-09 13:41 
Hi,

the last thing a BGW does is make sure RunWorkerCompleted gets called; this event runs on the GUI thread, you are not allowed to do any Thread.Sleep in there as that would block the entire GUI. However you are allowed to start a (5-minute) timer there.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

modified on Thursday, August 20, 2009 9:33 PM

AnswerRe: Background Worker Pin
PIEBALDconsult19-Aug-09 19:22
mvePIEBALDconsult19-Aug-09 19:22 
AnswerRe: Background Worker Pin
DaveyM6919-Aug-09 22:47
professionalDaveyM6919-Aug-09 22:47 
GeneralRe: Background Worker Pin
spankyleo12320-Aug-09 8:46
spankyleo12320-Aug-09 8:46 
GeneralRe: Background Worker Pin
spankyleo12320-Aug-09 11:59
spankyleo12320-Aug-09 11:59 
GeneralRe: Background Worker Pin
DaveyM6920-Aug-09 21:08
professionalDaveyM6920-Aug-09 21:08 
QuestionImage Resources - What is difference between Local Resource and Project Resource File Pin
shultas19-Aug-09 12:06
shultas19-Aug-09 12:06 
AnswerRe: Image Resources - What is difference between Local Resource and Project Resource File Pin
Daniel Grunwald19-Aug-09 13:28
Daniel Grunwald19-Aug-09 13:28 
GeneralRe: Image Resources - What is difference between Local Resource and Project Resource File Pin
shultas19-Aug-09 13:40
shultas19-Aug-09 13:40 
GeneralRe: Image Resources - What is difference between Local Resource and Project Resource File Pin
mustang8619-Aug-09 19:38
mustang8619-Aug-09 19:38 
GeneralRe: Image Resources - What is difference between Local Resource and Project Resource File Pin
btaz12518-Apr-11 16:20
btaz12518-Apr-11 16:20 
QuestionGraphicsPath.AddString Pin
xstoneheartx19-Aug-09 11:42
xstoneheartx19-Aug-09 11:42 
Questionc# text to wav volume Pin
mikeyman419-Aug-09 11:32
mikeyman419-Aug-09 11:32 
AnswerRe: c# text to wav volume Pin
Christian Graus19-Aug-09 15:38
protectorChristian Graus19-Aug-09 15:38 
QuestionConvert GlyphIndex to Unicode Pin
xstoneheartx19-Aug-09 11:30
xstoneheartx19-Aug-09 11:30 
QuestionModeless active window/class - Cannot access a disposed object. Pin
Natural_Demon19-Aug-09 9:05
Natural_Demon19-Aug-09 9:05 
AnswerRe: Modeless active window/class - Cannot access a disposed object. Pin
Christian Graus19-Aug-09 11:04
protectorChristian Graus19-Aug-09 11:04 
GeneralRe: Modeless active window/class - Cannot access a disposed object. Pin
Natural_Demon19-Aug-09 12:36
Natural_Demon19-Aug-09 12:36 

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.