Hi all,
When my program is terminated (clicking 'Exit', or clicking the 'X'
on the upper right), I want the programs settings to be saved.
I did this by using:
Now I noticed that when the program is still running when I shutdown Windows (2K),
the settings aren't saved... I thought that the %WM_DESTROY message was also
sent when windows is being shut down??
Which message shoud I use in stead?
Kind regards
Eddy
------------------
[email protected]
When my program is terminated (clicking 'Exit', or clicking the 'X'
on the upper right), I want the programs settings to be saved.
I did this by using:
Code:
CALLBACK FUNCTION Main_DLGPROC SELECT CASE CBMSG CASE %WM_DESTROY SaveSettings ...
the settings aren't saved... I thought that the %WM_DESTROY message was also
sent when windows is being shut down??
Which message shoud I use in stead?
Kind regards
Eddy
------------------
[email protected]
Comment