|
-
Apr 19th, 2005, 02:29 PM
#6
Frenzied Member
Re: Program not ending
 Originally Posted by Mc Brain
The EXE I'm running does not finish (the process is still active) in the Task Manager's list. Even after I unload all the forms and "END".
Is there anyway to detect which object avoids it from unloading??
I encountered this problem a week ago.... the problem was my Unload event code... it was accessing a form's property which resulted in the loading of that form again... I also tried using End but that didn't work as eventually the conditions which lead to End statement were becoming false in Load Event of form...
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
|