Hello again. Here is my next question:
Lets say like this: I make a program. And I make a "Quit" button.
When the user pushes the button there will come up a window with the question"Are you sure" and two buttons, "yes" and "No". Shall this be a new form or is there some way to write this in the msgbox. For example:
...
msgbox "Are you sure (button "Yes") (Button "No")
...