Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
QuestionC# Problems with background worker - progress bar Pin
Wheels0124-Aug-09 5:00
Wheels0124-Aug-09 5:00 
AnswerRe: C# Problems with background worker - progress bar Pin
Luc Pattyn4-Aug-09 5:15
sitebuilderLuc Pattyn4-Aug-09 5:15 
GeneralRe: C# Problems with background worker - progress bar [modified] Pin
Druuler4-Aug-09 5:24
Druuler4-Aug-09 5:24 
GeneralRe: C# Problems with background worker - progress bar Pin
Luc Pattyn4-Aug-09 5:41
sitebuilderLuc Pattyn4-Aug-09 5:41 
GeneralRe: C# Problems with background worker - progress bar Pin
Wheels0124-Aug-09 5:42
Wheels0124-Aug-09 5:42 
QuestionHow to make sure a form is closed Pin
belzer4-Aug-09 4:31
belzer4-Aug-09 4:31 
AnswerRe: How to make sure a form is closed Pin
Super Lloyd4-Aug-09 5:09
Super Lloyd4-Aug-09 5:09 
AnswerRe: How to make sure a form is closed Pin
Luc Pattyn4-Aug-09 5:21
sitebuilderLuc Pattyn4-Aug-09 5:21 
Hi,

a Form doesn't do anything, neither do any other .NET object.
The only things that do something are Windows timers, Windows events and Windows threads.

So if your Form did launch a timer or a thread (incl. BackgroundWorkers and asynchronous I/O operations) you should make sure they come to a halt; having the Form collected is both unnecessary and insufficient.

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.

GeneralRe: How to make sure a form is closed Pin
belzer4-Aug-09 5:42
belzer4-Aug-09 5:42 
GeneralRe: How to make sure a form is closed Pin
N a v a n e e t h4-Aug-09 6:18
N a v a n e e t h4-Aug-09 6:18 
GeneralRe: How to make sure a form is closed Pin
belzer4-Aug-09 6:33
belzer4-Aug-09 6:33 
QuestionHow to insert an image in a word file using C#-2008 Pin
csetopper_bhanu4-Aug-09 3:58
csetopper_bhanu4-Aug-09 3:58 
QuestionAbstract vs Interface... Pin
p_19604-Aug-09 3:54
p_19604-Aug-09 3:54 
AnswerRe: Abstract vs Interface... Pin
N a v a n e e t h4-Aug-09 4:04
N a v a n e e t h4-Aug-09 4:04 
QuestionGarbage Collector Pin
jpk4204-Aug-09 2:53
jpk4204-Aug-09 2:53 
AnswerRe: Garbage Collector Pin
Not Active4-Aug-09 3:09
mentorNot Active4-Aug-09 3:09 
AnswerRe: Garbage Collector Pin
N a v a n e e t h4-Aug-09 3:57
N a v a n e e t h4-Aug-09 3:57 
QuestionHow to diable the Context Menue using SHDocVw.InternetExplorer Pin
Jacobb Michael4-Aug-09 2:07
Jacobb Michael4-Aug-09 2:07 
Questionthe connection between XMLNode and TreeNode Pin
reilak4-Aug-09 1:49
reilak4-Aug-09 1:49 
AnswerRe: the connection between XMLNode and TreeNode Pin
Hristo-Bojilov4-Aug-09 2:11
Hristo-Bojilov4-Aug-09 2:11 
GeneralRe: the connection between XMLNode and TreeNode Pin
reilak4-Aug-09 2:46
reilak4-Aug-09 2:46 
GeneralRe: the connection between XMLNode and TreeNode Pin
Hristo-Bojilov4-Aug-09 3:05
Hristo-Bojilov4-Aug-09 3:05 
GeneralRe: the connection between XMLNode and TreeNode Pin
reilak4-Aug-09 3:53
reilak4-Aug-09 3:53 
GeneralRe: the connection between XMLNode and TreeNode Pin
Hristo-Bojilov4-Aug-09 4:05
Hristo-Bojilov4-Aug-09 4:05 
Questionsocket not closing even after the listening app has terminated?! Pin
Druuler4-Aug-09 1:43
Druuler4-Aug-09 1:43 

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.