|
-
Feb 15th, 2009, 02:47 PM
#1
Thread Starter
Junior Member
[2008] App process doesnt end when exited
The title says it all!
When I press the exit button (the red X) the process is still running in the system manager. So opening it more than once will end up meaning it will slowly start crashing the computer (if you don't restart).
Any ideas
-
Feb 15th, 2009, 03:17 PM
#2
Re: [2008] App process doesnt end when exited
If you put a FormClosing event in place
Code:
Private Sub Form1_FormClosing(ByVal sender As System.Object, _
ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles MyBase.FormClosing
MessageBox.Show("Exiting")
End Sub
and click the red cross, do you see the message box appear?
-
Feb 15th, 2009, 04:15 PM
#3
Re: [2008] App process doesnt end when exited
Do you have any threads or background workers that could still be doing work?
-
Feb 18th, 2009, 04:16 AM
#4
Thread Starter
Junior Member
Re: [2008] App process doesnt end when exited
Hi,
sorry for the slow reply, I'll explain a little more about the app.
What it does is basically open pages on firefox. there is also a WMP plugin and a clock/alarm thing (multi-function learning new stuff app really)
Thanks for your quick response
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|