1. Win32Lib : w32HClose
- Posted by Alex Chamberlain <alex.chamberlain at tiscali.co.uk> Dec 28, 2005
- 459 views
Is there anyway of telling if the Window was closed by me (via closeWindow()) oeb the user? Thanks, Alex
2. Re: Win32Lib : w32HClose
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Dec 29, 2005
- 449 views
On Wed, 28 Dec 2005 06:52:07 -0800, Alex Chamberlain <guest at RapidEuphoria.com> wrote: >Is there anyway of telling if the Window was closed by me (via closeWindow()) >oeb the user? by 'oeb' I assume you mean 'by' Since closeWindow just sends a WM_CLOSE message, then no, the only way to tell the difference is to set a flag prior to calling closeWindow. Regards, Pete