|
-
Dec 14th, 2001, 05:25 AM
#1
Thread Starter
Member
Reasons why programs don't end
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??
-
Dec 14th, 2001, 05:37 AM
#2
Retired VBF Adm1nistrator
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Dec 14th, 2001, 05:40 AM
#3
Well ...
Put an End statement after all is done.
.
-
Dec 14th, 2001, 05:52 AM
#4
Thread Starter
Member
isn't that cheating?
i was worried that something was still running in the background and was wondering what it was
-
Dec 14th, 2001, 05:57 AM
#5
Retired VBF Adm1nistrator
Originally posted by plenderj
Just call End
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Dec 14th, 2001, 05:59 AM
#6
Thread Starter
Member
-
Dec 14th, 2001, 06:02 AM
#7
Retired VBF Adm1nistrator
n/p
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
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
|