When I close my MDI form, the program doesn't finish. As far as I can tell all other forms are unloaded and there is no code executing.
I have used Set FormXXX=Nothing and Unload FormXXX to no avail
Any ideas??
Printable View
When I close my MDI form, the program doesn't finish. As far as I can tell all other forms are unloaded and there is no code executing.
I have used Set FormXXX=Nothing and Unload FormXXX to no avail
Any ideas??
Just call End
Put an End statement after all is done.
VB Code:
End
.
isn't that cheating?
i was worried that something was still running in the background and was wondering what it was
Quote:
Originally posted by plenderj
Just call End
OK I submit
Thanks
n/p :)