Quote 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...