|
-
Dec 18th, 2011, 12:55 AM
#1
Thread Starter
Addicted Member
Pogram does not terminate but stays as a process!!!
Hello,
I have this strange problem.
Sometimes (I cannot figure out exactly curcimstances), my application does not unload from Windows, looses GUI and remains running as a process.
What can cause that?
My unloading routine contains this:
Dim F As Form
For Each F In Forms
Unload F
Next
as the last lines of code.
That was fine working for the last 10 years, but now I have started having that problem.
Your thoughts appreciated,
jas
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
|