best way to shut down app
Posted: Fri Sep 23, 2011 7:07 pm
Hi
I am struggling to decide on the best way to code a button that basically closes down my desktop application when user no longer wants to user it.
Is it a simple:
What if their are a number of stacks open at the same time? What is the best way to code this?
I am struggling to decide on the best way to code a button that basically closes down my desktop application when user no longer wants to user it.
Is it a simple:
Code: Select all
close stack "ThisStack" ??