Hello,
Can you safely access editbox controls when processing the WM_DESTROY message. My program calls "dialog end cbhndl" when the cancel button is pressed. I then process the WM_DESTROY message, reading all the editboxes and saving the strings to the registry. Should I be doing this before I call "dialog end cbhndl" ?
-------------
Cheers
Can you safely access editbox controls when processing the WM_DESTROY message. My program calls "dialog end cbhndl" when the cancel button is pressed. I then process the WM_DESTROY message, reading all the editboxes and saving the strings to the registry. Should I be doing this before I call "dialog end cbhndl" ?
-------------
Cheers
Comment