943,640 Members | Top Members by Rank

Ad:
Aug 30th, 2005
0

Trying to Exit Progam Cleanly

Expand Post »
I seem to be leaving something running when trying to exit my program.

If I use the X in the upper right or the click event to UNLOAD I can still see the program running in the task manager and it will not let me run it again until I manually kill it off.

Thanks in advance...
Paul
Similar Threads
Reputation Points: 16
Solved Threads: 19
Practically a Master Poster
Thong_Ispector is offline Offline
638 posts
since Nov 2004
Aug 31st, 2005
0

Re: Trying to Exit Progam Cleanly

Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. public Sub Die()
  2. dim f as form
  3. for f in forms
  4. unload f
  5. next
  6. end
  7. end sub
Reputation Points: 20
Solved Threads: 5
Junior Poster
jwshepherd is offline Offline
123 posts
since Jun 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: need help with my final year project
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Append to beginning of file





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC