#1 (permalink)  
Old 04-18-04, 06:48 PM
OMID SOFT OMID SOFT is offline
Newbie Coder
 
Join Date: Apr 2004
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation Exit !

Hello,
I am working on a project, I made it's .EXE.
But when I run it and close it, it doesn't leave memory.
It means that the name of program will stay in the Task Manager.
Is here anyone that can help me ?
Thank you.
Omid Soroori of OMID SOFT.
Reply With Quote
  #2 (permalink)  
Old 04-19-04, 07:20 PM
EvilHaider EvilHaider is offline
Newbie Coder
 
Join Date: Apr 2004
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
How are you shutting down the program? Are you simply closing/hiding the 'forms' or are you actually "exiting" the application (in the code I mean)?
__________________
**
Tutorial Maniacs
**
Reply With Quote
  #3 (permalink)  
Old 04-19-04, 07:30 PM
EvilHaider EvilHaider is offline
Newbie Coder
 
Join Date: Apr 2004
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Make sure you unload ALL the forms that were loaded at any point in your program's execution and not just the form that was shown last. You also have to call 'end'.
__________________
**
Tutorial Maniacs
**
Reply With Quote
  #4 (permalink)  
Old 04-27-04, 05:43 PM
kebo kebo is offline
Newbie Coder
 
Join Date: Apr 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by EvilHaider
Make sure you unload ALL the forms that were loaded at any point in your program's execution and not just the form that was shown last. You also have to call 'end'.
The END keyword should be avoided. Once all of the objects and forms are properly unloaded, the program will end. Calling END to exit a program could get you in trouble if you use databases, etc.
kevin
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
need some help! chosting.biz Perl 0 02-15-04 07:50 PM
parse error... help? kappler0 PHP 2 01-21-04 03:57 AM
Php Variable phppick PHP 4 08-15-03 08:54 PM
Upload file type and size limiter! Arctic ASP 1 08-02-03 07:06 PM
please read and help me! Arctic ASP 9 07-28-03 02:15 AM


All times are GMT -5. The time now is 01:20 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.