How can you program a window to pop up in visual basic 6 asking if you want to stop the form after a pre-made 'close' button is clicked?
You will have to use the FormClosing event, or you can just make
the button open up another form, with that form saying if you want
to quit, with a Yes and a No button, the No just closing the second
form and Yes closing the main form(with the second form aloing with
it)