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

C#

 
QuestionHow to syncrhonize a dialog edit ctrl with a web page edit ctrl Pin
kozu11-Oct-06 5:51
kozu11-Oct-06 5:51 
Questionitems in listbox Pin
fmardani11-Oct-06 5:35
fmardani11-Oct-06 5:35 
AnswerRe: items in listbox Pin
User 665811-Oct-06 6:27
User 665811-Oct-06 6:27 
AnswerRe: items in listbox Pin
Private_Void11-Oct-06 7:39
Private_Void11-Oct-06 7:39 
Questionchecking if value is one of a group Pin
impeham11-Oct-06 5:30
impeham11-Oct-06 5:30 
AnswerRe: checking if value is one of a group Pin
J4amieC11-Oct-06 5:52
J4amieC11-Oct-06 5:52 
AnswerRe: checking if value is one of a group Pin
Robert Rohde11-Oct-06 5:59
Robert Rohde11-Oct-06 5:59 
QuestionMy application stays alive in the process list after closing T-T Pin
AesopTurtle11-Oct-06 4:58
AesopTurtle11-Oct-06 4:58 
Hi, there

I've created a window application consisting of one form, one user control, and 3 classes.
After building it, I tried running the exe file directly and it worked fine.
However, when I closed my application, the application form was closed correctly but it still stayed in the process list (seen from the window task manager).
When I tried running it again, another process of the same name appeared in the process list.
Running it multiple times brought up multiple processes.
I believe that's because the application is not really terminated.
I also made sure that all instances of the classes are disposed by inheriting them from IDisposable and calling GC.SuppressFinalize(this) in the Dispose() method.

Anyone got any idea about this?
Please help me fix it or my application will eat up all the user's resources. T-T

Thank you very much.

KiT
AnswerRe: My application stays alive in the process list after closing T-T Pin
mikone11-Oct-06 5:00
mikone11-Oct-06 5:00 
GeneralRe: My application stays alive in the process list after closing T-T Pin
AesopTurtle11-Oct-06 12:13
AesopTurtle11-Oct-06 12:13 
AnswerRe: My application stays alive in the process list after closing T-T Pin
Bekjong11-Oct-06 5:10
Bekjong11-Oct-06 5:10 
GeneralRe: My application stays alive in the process list after closing T-T Pin
AesopTurtle11-Oct-06 12:10
AesopTurtle11-Oct-06 12:10 
AnswerRe: My application stays alive in the process list after closing T-T Pin
S. Senthil Kumar11-Oct-06 6:38
S. Senthil Kumar11-Oct-06 6:38 
AnswerRe: My application stays alive in the process list after closing T-T Pin
Amar Chaudhary11-Oct-06 6:54
Amar Chaudhary11-Oct-06 6:54 
GeneralRe: My application stays alive in the process list after closing T-T Pin
AesopTurtle11-Oct-06 12:16
AesopTurtle11-Oct-06 12:16 
GeneralRe: My application stays alive in the process list after closing T-T Pin
Amar Chaudhary11-Oct-06 14:52
Amar Chaudhary11-Oct-06 14:52 
AnswerRe: My application stays alive in the process list after closing T-T Pin
Tim Almdal11-Oct-06 19:33
Tim Almdal11-Oct-06 19:33 
QuestionHow do i force richtext box to scroll to a selected text in my code. Pin
Agyeman11-Oct-06 4:43
Agyeman11-Oct-06 4:43 
AnswerRe: How do i force richtext box to scroll to a selected text in my code. Pin
S. Senthil Kumar11-Oct-06 6:42
S. Senthil Kumar11-Oct-06 6:42 
GeneralRe: How do i force richtext box to scroll to a selected text in my code. Pin
fracalifa16-Oct-06 9:31
fracalifa16-Oct-06 9:31 
QuestionParticle Filter Pin
VickyC#11-Oct-06 4:03
VickyC#11-Oct-06 4:03 
QuestionDifference bt cloaning and copy Pin
Ravi Shankar4311-Oct-06 3:44
Ravi Shankar4311-Oct-06 3:44 
AnswerRe: Difference bt cloaning and copy Pin
J4amieC11-Oct-06 4:15
J4amieC11-Oct-06 4:15 
Generalget me the answer for that Pin
Ravi Shankar4311-Oct-06 4:22
Ravi Shankar4311-Oct-06 4:22 
GeneralRe: get me the answer for that Pin
J4amieC11-Oct-06 4:30
J4amieC11-Oct-06 4:30 

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.