Re: Win32Lib : w32HClose
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Dec 29, 2005
- 448 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