
05-23-2012, 05:11 AM
|
 |
Contributor
|
|
Join Date: Jun 2003
Location: NW UK
Posts: 405
|
|
Using "Close Group" to Close Multiple Copies Safely
|
It is possible that a user of my application could have multiple copies running and minimized. If the user than right clicks on the Taskbar and clicks on "Close Group" it looks like they have all been closed but in reality (as Task Manager shows) they are still running
What I need is some way of ensuring that if a user does this the multiple copies are closed safely.
An alternative is to ignore "Close Group" and "Close" so that the user is forced to close them individually
One way might be via Form_QueryUnload but this does not seem to be fired when clicking "Close Group" and "Close" or maybe I am doing something wrong
Any thoughts as to the best way to solve this problem?
Bob
.
|
|