
03-18-2002, 01:40 PM
|
 |
Ultimate Contributor
Retired Leader * Guru *
|
|
Join Date: Aug 2001
Posts: 5,343
|
|
|
Are there any classes or objects in your program that require termination? It could be that the pause is the program destroying any objects you have open. It could also just be the IDE reinitializing itself, or possibly the program waiting for a thread or a process to time out (an INet control in the middle of a transfer for instance).
|
|