WM_DESTROY and EndDialog

R

Rajko

How come I don't get WM_DESTROY message when I call CDialog::OnOK()?
CDialog::OnOK() calls EndModalLoop() and EndDialog();

But there is no WM_DESTROY, which I need to end thread.
BTW I dont want to post quit message at two places when I could post it on
one place.

Thx, Rajko.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top