Quote (carteblanche @ Nov 24 2013 08:17pm)
wouldve helped if you described what you want to do.
Here's what I was trying to do, and I don't think this is that difficult if you know how to use input boxes
Suppose a program has a button with the caption "Quit". Suppose also that the name property of this button is btnQuit. Write a btnQuit_Click event procedure that gives the user a second chance before ending the program. The procedure should use an input box to request that the user confirm that the program should be terminated, and then end the program only if the user responds in the affirmative