Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
IF MESSAGEBOX("Do you really want to quit?",36,"QUIT?") = 6
DODEFAULT()
ELSE
NODEFAULT
ENDIF
[COLOR=blue]ON SHUTDOWN DO CloseApp[/color]
[COLOR=blue]PROC CloseApp
IF MESSAGEBOX([Do you really want to quit?,;
[tab][tab]4 + 32 + 0,;
[tab][tab][Close application]) = 6
[tab]CLEAR EVENTS
[tab][/color][COLOR=green]* Cleanup code[/color][COLOR=blue]
[tab]QUIT
ENDIF[/color]
gshurman said:After the "Do you want to quit?" message if the answer is No, I want to resume the application.