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