Hi,
This is a C++ Builder question:
The OnCloseQuery event enables the programmer to set the CanClose variable (the OnCloseQuery event is simply called because the application received a WM_QUERYENDSESSION from Windows I guess). This enables the application to react when Windows sends a WM_ENDSESSION, resulting in the application being terminated.
Why doesn't it work under Windows NT4 / 2000Pro ?? It simply won't shut down...
Thanks in advance,
Ivar
This is a C++ Builder question:
The OnCloseQuery event enables the programmer to set the CanClose variable (the OnCloseQuery event is simply called because the application received a WM_QUERYENDSESSION from Windows I guess). This enables the application to react when Windows sends a WM_ENDSESSION, resulting in the application being terminated.
Why doesn't it work under Windows NT4 / 2000Pro ?? It simply won't shut down...
Thanks in advance,
Ivar