Reputation:
I've written an application in VBA and it basically starts logging when the form is loaded and stops logging when the form is closed via form_closed event.
It is it then worked out between when the log started and when the log ended how long they were on the application for.
Recently I got told about how their are certain ways the user can close the form without triggering the closed event, e.g. the program crashes?
I'm just here to ask if anyone knows anyway that the user can exit a program without triggering the closed event.
Thanks
Upvotes: 1
Views: 58
Reputation: 12353
AFAIK below reasons may cause to exit application without triggering the event.
Upvotes: 1