Click here to Skip to main content
15,903,724 members
Home / Discussions / C#
   

C#

 
Questiondrag and drop picture box [modified] Pin
rzvme6-Nov-06 1:16
rzvme6-Nov-06 1:16 
QuestionHow to implement the style of a button Pin
quiteSmart6-Nov-06 1:02
quiteSmart6-Nov-06 1:02 
AnswerRe: How to implement the style of a button Pin
Insincere Dave6-Nov-06 1:38
Insincere Dave6-Nov-06 1:38 
GeneralRe: How to implement the style of a button Pin
quiteSmart6-Nov-06 3:00
quiteSmart6-Nov-06 3:00 
GeneralRe: How to implement the style of a button Pin
Insincere Dave6-Nov-06 9:29
Insincere Dave6-Nov-06 9:29 
Questionhow to play video from stream ? Pin
hdv2126-Nov-06 0:58
hdv2126-Nov-06 0:58 
QuestionDirectShow Capture Pin
stricher_085-Nov-06 23:54
stricher_085-Nov-06 23:54 
QuestionMassive Headache with getting remainder of a sum. [modified] Pin
Gazlar835-Nov-06 23:52
Gazlar835-Nov-06 23:52 
AnswerRe: Massive Headache with getting remainder of a sum. Pin
Guffa6-Nov-06 0:55
Guffa6-Nov-06 0:55 
AnswerRe: Massive Headache with getting remainder of a sum. Pin
Luc Pattyn6-Nov-06 6:57
sitebuilderLuc Pattyn6-Nov-06 6:57 
Question(220v Relay), please help Pin
Muammar©5-Nov-06 23:42
Muammar©5-Nov-06 23:42 
AnswerRe: (220v Relay), please help Pin
coolestCoder5-Nov-06 23:48
coolestCoder5-Nov-06 23:48 
GeneralRe: (220v Relay), please help Pin
Muammar©7-Nov-06 20:57
Muammar©7-Nov-06 20:57 
AnswerRe: (220v Relay), please help Pin
cjengler6-Nov-06 0:06
cjengler6-Nov-06 0:06 
GeneralRe: (220v Relay), please help Pin
Muammar©7-Nov-06 20:54
Muammar©7-Nov-06 20:54 
GeneralRe: (220v Relay), please help Pin
Guffa6-Nov-06 1:15
Guffa6-Nov-06 1:15 
QuestionUse Style Builder dialog box? Pin
Gywox5-Nov-06 23:35
Gywox5-Nov-06 23:35 
Questionbackgroundworker Pin
Yustme5-Nov-06 23:24
Yustme5-Nov-06 23:24 
AnswerRe: backgroundworker Pin
mertkan656-Nov-06 4:27
mertkan656-Nov-06 4:27 
GeneralRe: backgroundworker Pin
Yustme6-Nov-06 5:11
Yustme6-Nov-06 5:11 
AnswerRe: backgroundworker Pin
Eric Dahlvang6-Nov-06 5:09
Eric Dahlvang6-Nov-06 5:09 
GeneralRe: backgroundworker Pin
Yustme6-Nov-06 10:12
Yustme6-Nov-06 10:12 
AnswerRe: backgroundworker Pin
mertkan656-Nov-06 20:46
mertkan656-Nov-06 20:46 
My BackgroundWorker experience is not so much but as I understood from MSDN, your code implemeantation is wrong.

I think instead of "Application.DoEvents()" you can use "FormClosing.RunAsync()" method where you want your BW to start. For instance you can put this method in the other Form constructor. Calling "FormClosing.RunAsync()" starts your thread, thread will stop when it finishes its job or when you wants to stopped it. Since I dont know your whole code, I cant give exact code examples.
QuestionTravelling Salesman Problem Pin
and_reas5-Nov-06 23:14
and_reas5-Nov-06 23:14 
AnswerRe: Travelling Salesman Problem Pin
ednrgc6-Nov-06 3:52
ednrgc6-Nov-06 3:52 

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.