Tagged Questions

1
vote
1answer
61 views

PSN_QUERYCANCEL does not close Property Sheet

I have a property sheet that I have created and each of the tab pages share the same pfnDlgProc. In the pfnDlgProc, I have this code: switch (msg) { case WM_NOTIFY: nmhdr = ...