Discussion:
Exitting own made programs
(too old to reply)
Joppe Köppä
2005-05-30 21:47:21 UTC
Permalink
I have made a program.
And I also have a problem.

When I run my program it runs smoothly no errors or nothing. Then When Im
done I exit the program.

Although as I exit it still remains in taskbar. So if I have used the
program for 10 times without restarting my computer it will show 10 of my
programs in Taskbar.
Each copy that leaves in taskbar is hoarding an amoun of 15,000-20,000kt
space.

So what code must I add to make the program shut down without leaving to
taskbar??

Thanks in advance
-Joppe
Wilko
2005-05-31 19:54:27 UTC
Permalink
Which flavour of BASIC are you running? VB? Have you tried "unload me" in
the startup form?

Wilko
Post by Joppe Köppä
I have made a program.
And I also have a problem.
When I run my program it runs smoothly no errors or nothing. Then When Im
done I exit the program.
Although as I exit it still remains in taskbar. So if I have used the
program for 10 times without restarting my computer it will show 10 of my
programs in Taskbar.
Each copy that leaves in taskbar is hoarding an amoun of 15,000-20,000kt
space.
So what code must I add to make the program shut down without leaving to
taskbar??
Thanks in advance
-Joppe
Joppe Köppä
2005-06-01 14:19:37 UTC
Permalink
Thanks I made it work, I have always used .hide to hide programs lol. I
didnt know i can also "Unload form#" them...

Thanks a lot! Now I know how to exit form properly

THANKS
Joppe

TY lol
Post by Wilko
Which flavour of BASIC are you running? VB? Have you tried "unload me" in
the startup form?
Wilko
Post by Joppe Köppä
I have made a program.
And I also have a problem.
When I run my program it runs smoothly no errors or nothing. Then When Im
done I exit the program.
Although as I exit it still remains in taskbar. So if I have used the
program for 10 times without restarting my computer it will show 10 of my
programs in Taskbar.
Each copy that leaves in taskbar is hoarding an amoun of 15,000-20,000kt
space.
So what code must I add to make the program shut down without leaving to
taskbar??
Thanks in advance
-Joppe
Loading...