View Full Version : help! my program is still running in the memory!
lovesirius12
02-06-2006, 10:29 AM
my program, after unlaoding all forms and setting them to nothing and after the 'End', it still running in the background as i check with the task manager.
help me please!
abbeyroadd
02-06-2006, 03:05 PM
Post your code.
oracleguy
02-07-2006, 12:24 AM
And what language is it written in?
lovesirius12
02-07-2006, 02:45 AM
tnx for the response. it is written in visual basic. as for the code, the whole program is so long, so i 'll just paste the procedure calling the program to end:
Set F_Chkcall0010 = Nothing
Set F_Dir = Nothing
Unload F_Dir
Set F_Print = Nothing
Unload F_Print
Set F_Save = Nothing
Unload F_Save
Set F_wait = Nothing
Unload F_wait
Set reg = Nothing
End
F_Chkcall0010 ,F_Dir,F_Save,F_wait are forms that were used. i notce that when i load/show the form F_Save, the program wont quit.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.