Hi people,
I have a progrm that writes all its settings to the registry when the user closes the application.. what ive noticed is happening though is when the user logges off without closing the application nothing is written to the registry. Obiviously somehow windows is closing the app but its not recieving a WM_DESTROY message...
How does Windows close applications and how can i write my stuff to the registry before windows closes it???
Thank
I have a progrm that writes all its settings to the registry when the user closes the application.. what ive noticed is happening though is when the user logges off without closing the application nothing is written to the registry. Obiviously somehow windows is closing the app but its not recieving a WM_DESTROY message...
How does Windows close applications and how can i write my stuff to the registry before windows closes it???
Thank