Setting up a timeout

  • Thread starter Thread starter Eric G
  • Start date Start date
E

Eric G

Can someone please tell me how to set up a timeout so that after say,
15 minutes, all forms would be closed (in reverse order from opening)
and then the app would close (Quit) ?

TIA Eric
 
Put a timer and run a function at the timer event that says Quit. That would
make all forms close in reverse order and finally close the app.
 
Thanks HC, I'll have a go at it.

Eric


Put a timer and run a function at the timer event that says Quit. That would
make all forms close in reverse order and finally close the app.
 
Back
Top